2010-04-16 18:50:45 +08:00
|
|
|
menu "Configuration"
|
|
|
|
depends on 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"
|
|
|
|
|
2012-07-12 07:38:16 +08:00
|
|
|
config OPENSSL_ENGINE_CRYPTO
|
2010-01-29 03:28:06 +08:00
|
|
|
bool
|
|
|
|
prompt "Crypto acceleration 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"
|
|
|
|
|
2010-04-16 18:50:45 +08:00
|
|
|
endmenu
|