]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_extra_test.c
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
authorPeiwei Hu <jlu.hpw@foxmail.com>
Tue, 24 May 2022 15:38:39 +0000 (23:38 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Jun 2022 09:06:35 +0000 (11:06 +0200)
commit7263a7fc3d0c0c17616c2e5309e0fd52ed654ecc
treea62f461438da55b05d6533f870df5b7b26309324
parent56876ae952b96b4a83266f6b2ec1393f599015d6
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen

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