OpenSSL: Remove EAP-FAST TLSv1.0 only workaround for OpenSSL 1.1.0
authorJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 08:53:13 +0000 (11:53 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 18:00:18 +0000 (21:00 +0300)
commit06836013d33b63c2aaa9bcde391e79a4113f101d
tree5dc7ff3e989a3cacbccf97ad3eaa7ad1a541da5f
parent9dd21d518331b61fb48f252692678356544f84e5
OpenSSL: Remove EAP-FAST TLSv1.0 only workaround for OpenSSL 1.1.0

The issue with the special form of TLS session tickets has been fixed in
the OpenSSL 1.1.0 branch, so disable workaround for it. OpenSSL 1.0.1
and 1.0.2 workaround is still in place until a release with the fix has
been made.

This allows TLSv1.1 and TLSv1.2 to be negotiated for EAP-FAST with the
OpenSSL versions that support this.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c