diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-08-05 15:34:37 -0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-01 00:16:08 +0200 |
commit | f40262697f5aebed25313a1b2eb8f68d37c97e60 (patch) | |
tree | 366419578615ebcdc0b26496a4d8b1eb665de50d /package/libs/openssl/Config.in | |
parent | 0cc87b3baceedd05208464f7fc7b5157bd618505 (diff) | |
download | upstream-f40262697f5aebed25313a1b2eb8f68d37c97e60.tar.gz upstream-f40262697f5aebed25313a1b2eb8f68d37c97e60.tar.bz2 upstream-f40262697f5aebed25313a1b2eb8f68d37c97e60.zip |
openssl: always build with EC support
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/openssl/Config.in')
-rw-r--r-- | package/libs/openssl/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in index 63493829ba..d1281ec6fa 100644 --- a/package/libs/openssl/Config.in +++ b/package/libs/openssl/Config.in @@ -76,7 +76,6 @@ config OPENSSL_WITH_TLS13 bool default y prompt "Enable support for TLS 1.3" - select OPENSSL_WITH_EC help TLS 1.3 is the newest version of the TLS specification. It aims: @@ -120,19 +119,8 @@ config OPENSSL_WITH_CMS comment "Algorithm Selection" -config OPENSSL_WITH_EC - bool - default y - prompt "Enable elliptic curve support" - help - Elliptic-curve cryptography (ECC) is an approach to public-key - cryptography based on the algebraic structure of elliptic curves - over finite fields. ECC requires smaller keys compared to non-ECC - cryptography to provide equivalent security. - config OPENSSL_WITH_EC2M bool - depends on OPENSSL_WITH_EC prompt "Enable ec2m support" help This option enables the more efficient, yet less common, binary |