]> git.ipfire.org Git - thirdparty/openssl.git/commit
ossl_kdf_ctx_create(): Check for NULL KDF being fetched
authorTomas Mraz <tomas@openssl.org>
Tue, 29 Nov 2022 11:22:24 +0000 (12:22 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 5 Dec 2022 10:34:42 +0000 (11:34 +0100)
commit0510f79265bf18fea5f13c1391a12397339db8b7
tree4f9988846f3a9a2e579813ba239d6bbb9ddf2bf7
parentd861bc03ee2ea9945f2a52f04548398ea0b92f94
ossl_kdf_ctx_create(): Check for NULL KDF being fetched

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/19784)
crypto/hpke/hpke_util.c