]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Drop security level to 0 if needed for EAP-FAST
authorJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 08:51:55 +0000 (11:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 18:00:17 +0000 (21:00 +0300)
commitc34cd66866cad46ba3c8bc4b619bf2531c509a10
tree89a1ee880c7c5c4916f185d7aee8c28c0ef9f5ee
parent16bc3b8935c3f37ea79ff511a36e77d52ab94da7
OpenSSL: Drop security level to 0 if needed for EAP-FAST

OpenSSL 1.1.0 disables the anonymous ciphers by default, so need to
enable these for the special case of anonymous EAP-FAST provisioning.

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