mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
6f22bcd631
The EVP_CIPHER api currently assumes that calls made into several APIs have already initalized the cipher in a given context via a call to EVP_CipherInit[_ex[2]]. If that hasnt been done, instead of an error, the result is typically a SIGSEGV. Correct that by adding missing NULL checks in the apropriate apis prior to using ctx->cipher Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22995) |
||
---|---|---|
.. | ||
argon2.c | ||
build.info | ||
hkdf.c | ||
hmacdrbg_kdf.c | ||
kbkdf.c | ||
krb5kdf.c | ||
pbkdf1.c | ||
pbkdf2_fips.c | ||
pbkdf2.c | ||
pbkdf2.h | ||
pkcs12kdf.c | ||
pvkkdf.c | ||
scrypt.c | ||
sshkdf.c | ||
sskdf.c | ||
tls1_prf.c | ||
x942kdf.c |