]> 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:53:43 +0000 (08:53 +0200)
commit45c2a82041a2ed9f732b0c9c9d7c3bf07cd00835
tree7459f2dc1afd138889f43674e4fdfe0b7f50af00
parent5fbb133d6a7bbbcb1f904e4ba229dc2abed6f0c8
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)

(cherry picked from commit 299996fb1fcd76eeadfd547958de2a1b822f37f5)
crypto/evp/pmeth_lib.c
test/evp_extra_test.c