CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/18 09:32:38
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
Add a check_trust call to the legacy chain validation on chain add, remembering
the result in order to return the same errors as OpenSSL users expect to
override
the generic "Untrusted cert" error.
This fixes the openssl-ruby timestamp test.
ok tb@
