2016-01-18 20:42:08 +08:00
|
|
|
if PACKAGE_libopenssl
|
2010-01-29 03:28:06 +08:00
|
|
|
|
2013-07-24 20:37:55 +08:00
|
|
|
config OPENSSL_WITH_EC
|
|
|
|
|
bool
|
2013-07-24 20:38:06 +08:00
|
|
|
default y
|
2013-07-24 20:37:55 +08:00
|
|
|
prompt "Enable elliptic curve support"
|
|
|
|
|
|
|
|
|
|
config OPENSSL_WITH_EC2M
|
|
|
|
|
bool
|
|
|
|
|
depends on OPENSSL_WITH_EC
|
|
|
|
|
prompt "Enable ec2m support"
|
|
|
|
|
|
2014-10-30 21:11:04 +08:00
|
|
|
config OPENSSL_WITH_SSL3
|
|
|
|
|
bool
|
|
|
|
|
default n
|
|
|
|
|
prompt "Enable sslv3 support"
|
|
|
|
|
|
2016-05-19 19:52:45 +08:00
|
|
|
config OPENSSL_WITH_DEPRECATED
|
|
|
|
|
bool
|
|
|
|
|
default y
|
|
|
|
|
prompt "Include deprecated APIs"
|
|
|
|
|
|
2016-09-27 04:00:04 +08:00
|
|
|
config OPENSSL_WITH_DTLS
|
|
|
|
|
bool
|
|
|
|
|
default n
|
|
|
|
|
prompt "Enable DTLS support"
|
|
|
|
|
|
2016-05-19 21:59:55 +08:00
|
|
|
config OPENSSL_WITH_COMPRESSION
|
|
|
|
|
bool
|
|
|
|
|
default n
|
|
|
|
|
prompt "Enable compression support"
|
|
|
|
|
|
2016-05-20 19:39:12 +08:00
|
|
|
config OPENSSL_WITH_NPN
|
|
|
|
|
bool
|
2016-07-24 20:43:42 +08:00
|
|
|
default y
|
2016-05-20 19:39:12 +08:00
|
|
|
prompt "Enable NPN support"
|
|
|
|
|
|
2016-05-20 23:23:28 +08:00
|
|
|
config OPENSSL_WITH_PSK
|
|
|
|
|
bool
|
|
|
|
|
default y
|
|
|
|
|
prompt "Enable PSK support"
|
|
|
|
|
|
2016-06-10 18:02:15 +08:00
|
|
|
config OPENSSL_WITH_SRP
|
|
|
|
|
bool
|
|
|
|
|
default y
|
|
|
|
|
prompt "Enable SRP support"
|
|
|
|
|
|
2012-07-12 07:38:16 +08:00
|
|
|
config OPENSSL_ENGINE_DIGEST
|
|
|
|
|
bool
|
2013-04-17 23:36:41 +08:00
|
|
|
depends on OPENSSL_ENGINE_CRYPTO
|
2012-07-12 07:38:16 +08:00
|
|
|
prompt "Digests acceleration support"
|
|
|
|
|
|
2015-12-10 06:26:40 +08:00
|
|
|
config OPENSSL_HARDWARE_SUPPORT
|
|
|
|
|
bool
|
|
|
|
|
default n
|
|
|
|
|
prompt "Enable hardware support"
|
|
|
|
|
|
2017-11-05 03:45:30 +08:00
|
|
|
config OPENSSL_OPTIMIZE_SPEED
|
|
|
|
|
bool
|
|
|
|
|
default n
|
|
|
|
|
prompt "Enable optimization for speed instead of size"
|
|
|
|
|
|
2016-01-18 20:42:08 +08:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
|
|
|
|
bool
|
2017-10-23 04:21:22 +08:00
|
|
|
select OPENSSL_HARDWARE_SUPPORT
|
2016-01-18 20:42:08 +08:00
|
|
|
prompt "Crypto acceleration support" if PACKAGE_libopenssl
|