Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the new policy code in x509_policy.c to be selectable at compile time. | beck | 2023-04-26 | 1 | -1/+5 |
| | | | | | | | The old policy codes remains the default, with the new policy code selectable by defining LIBRESSL_HAS_POLICY_DAG. ok tb@ jsing@ | ||||
* | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -0/+200 |
This avoids the need to grep across directories to find functions and prepares for further rototilling and chainsawing. Discussed with tb@ (who also tested the release build) |