openssl: update to 1.0.2n
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index e1d9952a37b4ef403f5a64d56c305db5dbbac306..96d3ba3e9d69c15b5e30d1d07a55581e1bce7928 100644 (file)
@@ -20,6 +20,11 @@ config OPENSSL_WITH_DEPRECATED
        default y
        prompt "Include deprecated APIs"
 
+config OPENSSL_WITH_DTLS
+       bool
+       default n
+       prompt "Enable DTLS support"
+
 config OPENSSL_WITH_COMPRESSION
        bool
        default n
@@ -27,7 +32,7 @@ config OPENSSL_WITH_COMPRESSION
 
 config OPENSSL_WITH_NPN
        bool
-       default n
+       default y
        prompt "Enable NPN support"
 
 config OPENSSL_WITH_PSK
@@ -50,8 +55,14 @@ config OPENSSL_HARDWARE_SUPPORT
        default n
        prompt "Enable hardware support"
 
+config OPENSSL_OPTIMIZE_SPEED
+       bool
+       default n
+       prompt "Enable optimization for speed instead of size"
+
 endif
 
 config OPENSSL_ENGINE_CRYPTO
        bool
+       select OPENSSL_HARDWARE_SUPPORT
        prompt "Crypto acceleration support" if PACKAGE_libopenssl