]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove DES check with OpenSSL 3.0
authorArne Schwabe <arne@rfc2549.org>
Tue, 19 Oct 2021 18:31:10 +0000 (20:31 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 21 Oct 2021 14:11:16 +0000 (16:11 +0200)
commitd67658feeab4742b9b6f57806ba8e93c8eec75b8
tree830719b35d5e0ec6fc9a4214306f744267e981f0
parent658c72e6e651437943f46a975751109759abd858
Remove DES check with OpenSSL 3.0

DES is very deprecated and accidently getting on the of the 16 insecure
keys that OpenSSL checks is extremely unlikely so we no longer use the
deprecated functions without replacement in OpenSSL 3.0.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211019183127.614175-5-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23004.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c