CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2023/04/28 03:11:35
Modified files: regress/lib/libcrypto/x509: Makefile regress/lib/libcrypto/x509/policy: Makefile Log message: Hook up the the x509 policy regression tests to x509 regress. These were adapted from BoringSSL's regress tests for x509 policy. They are currently marked as expected to fail as we have not enabled LIBRESSL_HAS_POLICY_DAG by default yet, and the old tree based policy code from OpenSSL is special. These tests pass when we build with LIBRESSL_HAS_POLICY_DAG.