CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/18 02:42:41
Modified files:
lib/libcrypto/x509: x509_purp.c
Log message:
Check X509_digest() return in x509v3_cache_extensions()
On failure invalidate the cert with EXFLAG_INVALID. It's unlikely that
a cert would make it through to the end of this function without setting
the flag, but it's bad style anyway.
ok jsing
