]> git.ipfire.org Git - thirdparty/openssl.git/commit
Handle empty param in EVP_PKEY_CTX_add1_hkdf_info
authortrinity-1686a <trinity@deuxfleurs.fr>
Mon, 15 Apr 2024 09:13:14 +0000 (11:13 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 17 Apr 2024 06:52:51 +0000 (08:52 +0200)
commit299996fb1fcd76eeadfd547958de2a1b822f37f5
treefa5c572b6c56c31d34bd9dab0d2cd405e8225542
parentc062403abd71550057b3647b01cc8af4cc2fc18c
Handle empty param in EVP_PKEY_CTX_add1_hkdf_info

Fixes #24130
The regression was introduced in PR #23456.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24141)
crypto/evp/pmeth_lib.c
test/evp_extra_test.c