diff options
author | Jouni Malinen <j@w1.fi> | 2014-01-02 08:13:11 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-01-02 08:13:11 (GMT) |
commit | 70067530b6d9640f3d140247095d391af0ea9eac (patch) | |
tree | 8cb42b2339878f36d3e012c5484498c10fb0dba4 | |
parent | 17b79e65a9491a02a3d28411f1432481e8af564b (diff) | |
download | hostap-70067530b6d9640f3d140247095d391af0ea9eac.zip hostap-70067530b6d9640f3d140247095d391af0ea9eac.tar.gz hostap-70067530b6d9640f3d140247095d391af0ea9eac.tar.bz2 |
Update EAP-FAST note regarding OpenSSL support
This is now supported in the current OpenSSL version.
Signed-hostap: Jouni Malinen <j@w1.fi>
-rw-r--r-- | hostapd/defconfig | 7 | ||||
-rw-r--r-- | wpa_supplicant/defconfig | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index 3f2924b..a9c8bdc 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -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) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index ea0db04f..f32f84e 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -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 |