CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/13 09:26:53
Modified files:
lib/libcrypto/x509: x509_purp.c
Log message:
In X509_check_issued() do the same dance around x509v3_cache_extensions()
as in all other palces. Check the EXFLAG_SET flag first and if not set
grab the CRYPTO_LOCK_X509 before calling x509v3_cache_extensions().
OK tb@ beck@
