CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/29 06:11:13
Modified files:
lib/libcrypto/x509: x509_purp.c
Log message:
Actually error in X509_check_purpose() if x509v3_cache_extensions()
indicates failure. The previous "error return" X509_V_ERR_UNSPECIFIED
translates to 1, i.e., success. This changes to the intended behavior
of x509_purp.c r1.3 and matches OpenSSL. This will need various
adjustments in the documentation.
ok jsing
