]> git.ipfire.org Git - thirdparty/openssl.git/commit
rsa_cms_verify: Avoid negative return with missing pss parameters
authorTomas Mraz <tomas@openssl.org>
Fri, 2 Jul 2021 13:29:13 +0000 (15:29 +0200)
committerPauli <pauli@openssl.org>
Tue, 6 Jul 2021 00:08:08 +0000 (10:08 +1000)
commit643ce3108f88751c44348335bed91e475d50677d
tree3e839e26e3ccbbaaf26ee7cc02e590f37b3c9f92
parent0a02c81f8173e0c5d554bd16daa68b7594f4cbd8
rsa_cms_verify: Avoid negative return with missing pss parameters

Fixes #15984

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15985)
crypto/cms/cms_rsa.c