summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/policy/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* policy test: simplify Makefiletb2023-04-301-9/+2
|
* The policy test is no longer expected to failtb2023-04-281-2/+1
|
* Hook up the the x509 policy regression tests to x509 regress.beck2023-04-281-1/+2
| | | | | | | | | 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.
* Start of an x509 policy regress test. test cases from BoringSSL.beck2023-04-271-0/+22
Still a work in progress adapting tests from boringssl x509_test.cc but dropping in here for tb to be able to look at and run as well since the new stuff still has bugs.