openssl: add config option for no_hw support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
1 menu "Configuration"
2 depends on PACKAGE_libopenssl
3
4 config OPENSSL_WITH_EC
5 bool
6 default y
7 prompt "Enable elliptic curve support"
8
9 config OPENSSL_WITH_EC2M
10 bool
11 depends on OPENSSL_WITH_EC
12 prompt "Enable ec2m support"
13
14 config OPENSSL_WITH_SSL3
15 bool
16 default n
17 prompt "Enable sslv3 support"
18
19 config OPENSSL_ENGINE_CRYPTO
20 bool
21 prompt "Crypto acceleration support"
22
23 config OPENSSL_ENGINE_DIGEST
24 bool
25 depends on OPENSSL_ENGINE_CRYPTO
26 prompt "Digests acceleration support"
27
28 config OPENSSL_HARDWARE_SUPPORT
29 bool
30 default n
31 prompt "Enable hardware support"
32
33 endmenu