Add missing error checking in PKCS7
authortb <tb@openbsd.org>
Thu, 9 Mar 2023 18:20:10 +0000 (18:20 +0000)
committertb <tb@openbsd.org>
Thu, 9 Mar 2023 18:20:10 +0000 (18:20 +0000)
commitaa5715c96c457686015e476e775057a0acd5b072
tree5dd6c293e84ca8ecc18ce38960db268b79b974fb
parent83072fb646af9112a9c2b682065739e81210945b
Add missing error checking in PKCS7

Check the return value of BIO_set_md(). Prompted by OpenSSL's fix for
CVE-2023-0401 (the crash in that bug is an OpenSSL 3-only problem due
to provider design).

ok beck jsing
lib/libcrypto/pkcs7/pk7_doit.c