openssl: update to 1.0.2n
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index 02b5da9a0e1fff9897222adea5c248a04fbf22d0..96d3ba3e9d69c15b5e30d1d07a55581e1bce7928 100644 (file)
@@ -20,11 +20,31 @@ 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
        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
+       default y
+       prompt "Enable SRP support"
+
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO
@@ -35,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