diff mbox

[OpenWrt-Devel] wpa_supplicant: Enable TLSv1.1 and TLSv1.2 Support

Message ID 1465066023-10381-2-git-send-email-hutamanzi@gmail.com
State Changes Requested
Headers show

Commit Message

Bima Hutama June 4, 2016, 6:47 p.m. UTC
-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@gmail.com>
---
 package/network/services/hostapd/files/wpa_supplicant-full.config | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

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