]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Remove obsolete notes about OpenSSL requirements for EAP-FAST
authorJouni Malinen <j@w1.fi>
Mon, 25 Feb 2019 17:29:02 +0000 (19:29 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 25 Feb 2019 17:48:50 +0000 (19:48 +0200)
OpenSSL 0.9.8 reached its end-of-life long time ago, so remove these old
notes about need of a newer OpenSSL version for EAP-FAST since all
current OpenSSL versions include the needed functionality.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/android.config
wpa_supplicant/defconfig

index e5d3e890bd16ae7122bddf62216cfa70247e91c8..854f48167e46395674d79a875eb669ac845db753 100644 (file)
@@ -91,9 +91,6 @@ CONFIG_EAP_PEAP=y
 CONFIG_EAP_TTLS=y
 
 # EAP-FAST
-# 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
index 8e9f5fbbc4ced74a63a84d896abb179cae0f4298..cb9f1bd1496ac62eeb22413f1db55bdbaf7b3ec5 100644 (file)
@@ -109,9 +109,6 @@ CONFIG_EAP_PEAP=y
 CONFIG_EAP_TTLS=y
 
 # EAP-FAST
-# 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