CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/15 10:54:49
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
Return the specific failure for a "self signed certificate" in the chain
in order to be compatible with the openssl error craziness in the legacy
verifier case.
This will fix a regress problem noticed by znc
ok tb@
