]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clear incorrectly reported errors in d2i_CMS_ContentInfo
authorDaniel Fiala <daniel@openssl.org>
Wed, 21 Sep 2022 13:29:51 +0000 (15:29 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 23 Sep 2022 09:14:12 +0000 (11:14 +0200)
commit678b489a2ae8af289cef939a538235686b448c0e
tree572d64634f7aa85fc606904e0c6bc19f9a2f72fe
parent78c44b05945be07eae86f0164b9b777e2de2295b
Clear incorrectly reported errors in d2i_CMS_ContentInfo

Fixes openssl#19003

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19255)
crypto/cms/cms_lib.c
test/cmsapitest.c