openssl: re-enable NPN by default
[openwrt/staging/lynxis/omap.git] / package / libs / openssl / Config.in
index b8a37793c7133b45d36349f6107c139531be2620..65da36b01c288c1744bdde8e44ef6f87a6ec2de6 100644 (file)
@@ -1,8 +1,8 @@
-menu "Configuration"
-       depends on PACKAGE_libopenssl
+if PACKAGE_libopenssl
 
 config OPENSSL_WITH_EC
        bool
+       default y
        prompt "Enable elliptic curve support"
 
 config OPENSSL_WITH_EC2M
@@ -10,13 +10,48 @@ config OPENSSL_WITH_EC2M
         depends on OPENSSL_WITH_EC
         prompt "Enable ec2m support"
 
-config OPENSSL_ENGINE_CRYPTO
+config OPENSSL_WITH_SSL3
+       bool
+       default n
+       prompt "Enable sslv3 support"
+
+config OPENSSL_WITH_DEPRECATED
+       bool
+       default y
+       prompt "Include deprecated APIs"
+
+config OPENSSL_WITH_COMPRESSION
+       bool
+       default n
+       prompt "Enable compression support"
+
+config OPENSSL_WITH_NPN
+       bool
+       default y
+       prompt "Enable NPN support"
+
+config OPENSSL_WITH_PSK
+       bool
+       default y
+       prompt "Enable PSK support"
+
+config OPENSSL_WITH_SRP
        bool
-       prompt "Crypto acceleration support"
+       default y
+       prompt "Enable SRP support"
 
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO
        prompt "Digests acceleration support"
 
-endmenu
+config OPENSSL_HARDWARE_SUPPORT
+       bool
+       default n
+       prompt "Enable hardware support"
+
+endif
+
+config OPENSSL_ENGINE_CRYPTO
+       bool
+       prompt "Crypto acceleration support" if PACKAGE_libopenssl