Re: [Openvpn-devel] [PATCH v3 07/21] [OSSL 3.0] Remove DES key fixup code

2021-10-22 Thread Max Fillinger
On 19/10/2021 20:31, Arne Schwabe wrote: 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 Acke

[Openvpn-devel] [PATCH v3 07/21] [OSSL 3.0] Remove DES key fixup code

2021-10-19 Thread Arne Schwabe
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 --- src/openvpn/crypto.c | 46 --