]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Update security level drop for TLS 1.0/1.1 with OpenSSL 3.0
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 11 Jan 2022 15:37:32 +0000 (17:37 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Jan 2022 15:42:55 +0000 (17:42 +0200)
commit58bbcfa31b18eae42e3f3dc8fea716360d4bb67f
treebdddbede9841bf9c0ff3a529b2b8779e9cf4c324
parentf5fcac731f20bf1e0f87d8e317893fca3f71ec03
OpenSSL: Update security level drop for TLS 1.0/1.1 with OpenSSL 3.0

OpenSSL 3.0 dropped these older TLS versions from the security level 2
to 1, so need to drop the security level all the way to 0 if TLS v1.0 or
v1.1 is explicitly enabled.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/crypto/tls_openssl.c