Am 28.04.21 um 10:10 schrieb Antonio Quartulli: > From: Antonio Quartulli <[email protected]> > > Crypto backends are implementing the cipher_des_encrypt_ecb() > function without fully respecting the type of the argumentis as described > in the function prototype. > > All ECB arguments (key, input block and output block) are expected to > be 8 bytes long, for this reason the prototype specifies the arguments > as 3 arrays of 8 bytes in size. > > Convert the implementations to also explicitly mention the size of the > array they expect to receive in input. >
Acked-By: Arne Schwabe <[email protected]> In case someone wonders. We use *single* DES in ECB mode for NTLM. And this was found by GCC 11. Arne _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
