mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
Fixes #11459 It was incorrectly using 8 bytes instead of 16 as the default. This was verified by expanding the macros used in e_cast.c. The issue occurs if EVP_CIPHER_CTX_set_key_length() is not called. evp_test.c hides this issue as it always calls EVP_CIPHER_CTX_set_key_length() before using EVP_CipherInit_ex(...., key, ..). Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11707) |
||
---|---|---|
.. | ||
blake2.h | ||
ciphercommon_aead.h | ||
ciphercommon_ccm.h | ||
ciphercommon_gcm.h | ||
ciphercommon.h | ||
digestcommon.h | ||
implementations.h | ||
md5_sha1.h |