[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable TLSv1.1 and TLSv1.2 Support
Bima Hutama
hutamanzi at gmail.com
Sat Jun 4 14:47:03 EDT 2016
-Changes:
1) Adding CONFIG_TLSV11=y
2) Adding CONFIG_TLSV12=y
-Description:
Enable wpa_supplicant support for TLS version 1.1 and 1.2
Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index 53c0762..7685606 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -307,6 +307,12 @@ CONFIG_IEEE80211W=y
# none = Empty template
CONFIG_TLS=internal
+# Add wpa_supplicant support for TLS version 1.1
+CONFIG_TLSV11=y
+
+# Add wpa_supplicant support for TLS version 1.2
+CONFIG_TLSV12=y
+
# Whether to enable TLS/IA support, which is required for EAP-TTLSv1.
# You need CONFIG_TLS=gnutls for this to have any effect. Please note that
# even though the core GnuTLS library is released under LGPL, this extra
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list