Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The policy test is no longer expected to fail | tb | 2023-04-28 | 1 | -2/+1 |
| | |||||
* | make the policy test compile on sparc64 | tb | 2023-04-28 | 1 | -5/+6 |
| | |||||
* | Hook up the the x509 policy regression tests to x509 regress. | beck | 2023-04-28 | 1 | -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. | ||||
* | Fix copyright, convert boringssl comments to C style | beck | 2023-04-28 | 1 | -30/+51 |
| | |||||
* | KNF | beck | 2023-04-28 | 1 | -17/+15 |
| | | | | ok knfmt | ||||
* | remove unused code. | beck | 2023-04-28 | 1 | -82/+7 |
| | |||||
* | remove debugging printf | beck | 2023-04-28 | 1 | -2/+1 |
| | |||||
* | This test should not have V_EXPLICIT_POLICY set. with this | beck | 2023-04-28 | 1 | -3/+1 |
| | | | | corrected we pass | ||||
* | Add the rest of the boringssl policy unit tests. | beck | 2023-04-28 | 1 | -4/+223 |
| | | | | | We currently still fail two of these, looks like one more bug in extracting the depth for require policy from the certificate.. | ||||
* | correct test cases to add expected errors. | beck | 2023-04-27 | 1 | -2/+30 |
| | |||||
* | Start of an x509 policy regress test. test cases from BoringSSL. | beck | 2023-04-27 | 29 | -0/+801 |
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. |