openssl: update to 1.0.2n
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index 492b042864c4ad0bd3ca7e022331e95b077376dc..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,9 +32,19 @@ config OPENSSL_WITH_COMPRESSION
 
 config OPENSSL_WITH_NPN
        bool
-       default n
+       default y
        prompt "Enable NPN support"
 
+config OPENSSL_WITH_PSK
+       bool
+       default y
+       prompt "Enable PSK support"
+
+config OPENSSL_WITH_SRP
+       bool
+       default y
+       prompt "Enable SRP support"
+
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO
@@ -40,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