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"
|
|
|
|
|
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"
|
|
|
|
|
2016-01-18 20:42:08 +08:00
|
|
|
endif
|
|
|
|
|
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
|
|
|
bool
|
|
|
|
prompt "Crypto acceleration support" if PACKAGE_libopenssl
|