CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/26 08:19:41
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
Set is_trusted in x509_verify_ctx_add_chain()
If we're about to add a chain we have a trust path, so we have at least
one trusted certificate. This fixes a thinko from r1.31 and fixes the
openssl(1) cms verify test.
ok jsing (who had the same diff)
