hostap/src
Jouni Malinen 6a31a31da1 OpenSSL: Simplify EAP-FAST peer workaround
Commit d4913c585e ('OpenSSL: Fix EAP-FAST
peer regression') introduced a workaround to use a new SSL_CTX instance
set for TLSv1_method() when using EAP-FAST. While that works, it is
unnecessarily complex since there is not really a need to use a separate
SSL_CTX to be able to do that. Instead, simply use SSL_set_ssl_method()
to update the ssl_method for the SSL instance. In practice, this commit
reverts most of the tls_openssl.c changes from that earlier commit and
adds that single call into tls_connection_set_params() based on EAP-FAST
flag.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-12-09 23:55:41 +02:00
..
ap Check os_snprintf() result more consistently - more checks 2014-12-08 11:42:07 +02:00
common nl80211: Add QCA vendor specific query of device/driver features 2014-12-09 21:08:21 +02:00
crypto OpenSSL: Simplify EAP-FAST peer workaround 2014-12-09 23:55:41 +02:00
drivers nl80211: Add QCA vendor specific query of device/driver features 2014-12-09 21:08:21 +02:00
eap_common ERP: Add TV/TLV parser 2014-12-04 12:08:59 +02:00
eap_peer Add tls_session_reused=<0/1> into EAP peer TLS status 2014-12-09 23:41:09 +02:00
eap_server Check os_snprintf() result more consistently - manual 2014-12-08 11:42:07 +02:00
eapol_auth Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
eapol_supp Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
l2_packet proxyarp: Do not limit NDISC snoop packet size to 150 2014-11-28 22:41:26 +02:00
p2p P2P: Check Invitation Response dialog token match for resend case 2014-12-09 16:26:47 +02:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
rsn_supp Check os_snprintf() result more consistently - manual 2014-12-08 11:42:07 +02:00
tls TLS: Add new cipher suites to tls_get_cipher() 2014-12-09 16:57:05 +02:00
utils Check os_snprintf() result more consistently - automatic 2 2014-12-08 11:42:07 +02:00
wps Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00