]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipher
authorMax Ammann <max@maxammann.org>
Tue, 7 May 2024 22:06:39 +0000 (23:06 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 24 May 2024 09:57:10 +0000 (11:57 +0200)
commit46f55238d2dc39725873de308e1e727556cb33bd
treeb17d8c28ff006f2cc7d2ac65afc1c3ed68b97966
parentf3b988dc29512d6575ff435e1ff7c1b66d97051e
EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipher

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22964)
crypto/evp/evp_lib.c