CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2022/11/16 17:42:12
Modified files: lib/libcrypto/x509: x509_internal.h x509_trs.c x509_vfy.c Log message: Revert "Check certificate extensions in trusted certificates" There are some possible strange side effects noticed by the openssl cms regress tests that I missed. Backing this out until I untangle it ok tb@