diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2016-03-03 14:17:34 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-03-03 14:17:34 (GMT) |
commit | 4196c08e8b60f8fdb98750c2d4cc9350d4db7e7e (patch) | |
tree | e2aa64f04a07a92ee5601d993de774e5813a7b35 /wpa_supplicant/README | |
parent | 5d7b1a3c826aacef0689ba1f15ddd8b1a690c81f (diff) | |
download | hostap-4196c08e8b60f8fdb98750c2d4cc9350d4db7e7e.zip hostap-4196c08e8b60f8fdb98750c2d4cc9350d4db7e7e.tar.gz hostap-4196c08e8b60f8fdb98750c2d4cc9350d4db7e7e.tar.bz2 |
Update notes about OpenSSL versions
Obsolete OpenSSL versions 0.9.* are not supported anymore.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/README')
-rw-r--r-- | wpa_supplicant/README | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/wpa_supplicant/README b/wpa_supplicant/README index 1b9f6c8..bc3d6ab 100644 --- a/wpa_supplicant/README +++ b/wpa_supplicant/README @@ -163,18 +163,12 @@ systems. In case of Windows builds, WinPcap is used by default Optional libraries for EAP-TLS, EAP-PEAP, and EAP-TTLS: -- OpenSSL (tested with 0.9.7c and 0.9.7d, and 0.9.8 versions; assumed to +- OpenSSL (tested with 1.0.1 and 1.0.2 versions; assumed to work with most relatively recent versions; this is likely to be available with most distributions, http://www.openssl.org/) - GnuTLS - internal TLSv1 implementation -TLS options for EAP-FAST: -- OpenSSL 0.9.8d _with_ openssl-0.9.8d-tls-extensions.patch applied - (i.e., the default OpenSSL package does not include support for - extensions needed for EAP-FAST) -- internal TLSv1 implementation - One of these libraries is needed when EAP-TLS, EAP-PEAP, EAP-TTLS, or EAP-FAST support is enabled. WPA-PSK mode does not require this or EAPOL/EAP implementation. A configuration file, .config, for compilation is |