projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b912fff
)
hostapd: explain internal TLS version selection
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 5 Jun 2014 14:24:19 +0000
(17:24 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 5 Jun 2014 19:25:13 +0000
(21:25 +0200)
Should have no functional change.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/hostapd/hostapd.mk
patch
|
blob
|
history
diff --git
a/package/hostapd/hostapd.mk
b/package/hostapd/hostapd.mk
index 8c5db418e24ea9cc792ce8068b1e3b2749f9c8f9..90f2e9679a86bf3a706d7ce08475d8aab0885253 100644
(file)
--- a/
package/hostapd/hostapd.mk
+++ b/
package/hostapd/hostapd.mk
@@
-53,7
+53,9
@@
ifeq ($(BR2_PACKAGE_HOSTAPD_EAP),y)
HOSTAPD_CONFIG_ENABLE += \
CONFIG_EAP \
CONFIG_RADIUS_SERVER \
- CONFIG_TLSV1
+
+ # Enable both TLS v1.1 (CONFIG_TLSV11) and v1.2 (CONFIG_TLSV12)
+ HOSTAPD_CONFIG_ENABLE += CONFIG_TLSV1
else
HOSTAPD_CONFIG_DISABLE += CONFIG_EAP
HOSTAPD_CONFIG_ENABLE += \