]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix incorrect parameter verification in EVP_MD_CTX_get_params
authorlan1120 <lanming@huawei.com>
Mon, 22 May 2023 12:37:59 +0000 (20:37 +0800)
committerPauli <pauli@openssl.org>
Wed, 24 May 2023 00:02:09 +0000 (10:02 +1000)
commitb501df3cefebcdaaeb7d6480b7a7b82d68927873
tree0e0a58c8e48e637f2d80e344c603966f76734907
parentf925bfebbb287321133b9251e72bee869a0f58b4
Fix incorrect parameter verification in EVP_MD_CTX_get_params

Signed-off-by: lan1120 <lanming@huawei.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21022)
crypto/evp/digest.c