]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name
authorPeiwei Hu <jlu.hpw@foxmail.com>
Tue, 24 May 2022 15:27:49 +0000 (23:27 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Jun 2022 09:06:35 +0000 (11:06 +0200)
commit56876ae952b96b4a83266f6b2ec1393f599015d6
tree6e3f1b98f09627be00ac2ba62e8ee5012be3c449
parent1c5a4e3b5e05494876ebba9d8272d2cbca1e20a3
Fix the erroneous checks of EVP_PKEY_CTX_set_group_name

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18399)
crypto/cms/cms_ec.c
ssl/s3_lib.c
test/evp_extra_test.c