CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/09 11:20:10
Modified files:
lib/libcrypto/pkcs7: pk7_doit.c
Log message:
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
