]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove DES key fixup code
authorArne Schwabe <arne@rfc2549.org>
Tue, 19 Oct 2021 18:31:13 +0000 (20:31 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 22 Oct 2021 17:36:36 +0000 (19:36 +0200)
commite23c152aa58f533a224df4bc3d433e2be967f64b
treeabdc8ab7f3787fda54daf0fe1a9e2930bd96a956
parent0bc3375f1fff09d21f224eb9f8f9c3943ed4f404
Remove DES key fixup code

This code mainly sets the parity bits in the DES keys. As mbed TLS and
OpenSSL already ignore these bits in the DES key and since DES is
deprecated, remove this special DES code that is not even needed by
the libraries.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Max Fillinger <maximilian.fillinger@foxcrypto.com>
Message-Id: <20211019183127.614175-8-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23014.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto.c
src/openvpn/crypto.h
src/openvpn/crypto_backend.h
src/openvpn/crypto_mbedtls.c
src/openvpn/crypto_openssl.c
src/openvpn/ntlm.c
src/openvpn/ssl.c