Update EAP-FAST note regarding OpenSSL support

This is now supported in the current OpenSSL version.

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-01-02 10:13:11 +02:00
parent 17b79e65a9
commit 70067530b6
2 changed files with 6 additions and 8 deletions

View file

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

View file

@ -147,10 +147,9 @@ CONFIG_EAP_PEAP=y
CONFIG_EAP_TTLS=y CONFIG_EAP_TTLS=y
# EAP-FAST # EAP-FAST
# Note: Default OpenSSL package does not include support for all the # Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
# functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, # for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
# the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch) # with openssl-0.9.8x-tls-extensions.patch, to add the needed functions.
# to add the needed functions.
#CONFIG_EAP_FAST=y #CONFIG_EAP_FAST=y
# EAP-GTC # EAP-GTC