]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Update EAP-FAST note regarding OpenSSL support
authorJouni Malinen <j@w1.fi>
Thu, 2 Jan 2014 08:13:11 +0000 (10:13 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 2 Jan 2014 08:13:11 +0000 (10:13 +0200)
This is now supported in the current OpenSSL version.

Signed-hostap: Jouni Malinen <j@w1.fi>

hostapd/defconfig
wpa_supplicant/defconfig

index 3f2924b9160447bfa03429b67921cd1c4515ba44..a9c8bdcef31dce8c92434be75b232103f85d975a 100644 (file)
@@ -96,10 +96,9 @@ CONFIG_EAP_TTLS=y
 #CONFIG_EAP_GPSK_SHA256=y
 
 # EAP-FAST for the integrated EAP server
-# Note: Default OpenSSL package does not include support for all the
-# functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
-# the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
-# to add the needed functions.
+# Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
+# for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
+# with openssl-0.9.8x-tls-extensions.patch, to add the needed functions.
 #CONFIG_EAP_FAST=y
 
 # Wi-Fi Protected Setup (WPS)
index ea0db04fc0fd08a34371a91f795194c4e638ac39..f32f84e259b27258a61fd2689c09f01353e96e4e 100644 (file)
@@ -147,10 +147,9 @@ CONFIG_EAP_PEAP=y
 CONFIG_EAP_TTLS=y
 
 # EAP-FAST
-# Note: Default OpenSSL package does not include support for all the
-# functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
-# the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch)
-# to add the needed functions.
+# Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
+# for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
+# with openssl-0.9.8x-tls-extensions.patch, to add the needed functions.
 #CONFIG_EAP_FAST=y
 
 # EAP-GTC