]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix EAP-FAST with OpenSSL 1.1.1-pre1
authorJouni Malinen <jouni@codeaurora.org>
Wed, 14 Feb 2018 10:40:33 +0000 (12:40 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 14 Feb 2018 10:40:33 +0000 (12:40 +0200)
commitb2e4074ca38eaf9a95d59c08d26976f92499e007
treeaa2ffbb2c611abcf48b019821dafc39c617a171e
parenta8ec0b8ccc9c5ffec6a4cfbf2790d278b0590736
OpenSSL: Fix EAP-FAST with OpenSSL 1.1.1-pre1

TLS v1.3 needs to be explicitly disabled to allow cipher suite selection
for EAP-FAST to work with OpenSSL builds that include TLS v1.3 support.
Without this, OpenSSL refuses to generate ClientHello due to the cipher
suite list including only ciphers allowed with older versions than TLS
v1.3.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/tls_openssl.c