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) |
||
---|---|---|
.. | ||
methods | ||
build.info | ||
rec_layer_d1.c | ||
rec_layer_s3.c | ||
record_local.h | ||
record.h |