summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/pcy_node.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take the old policy code behind the barntb2023-04-281-204/+0
| | | | | | | | It can go play in the fields with all the other exponential time policy "code". discussed with jsing ok & commit message beck
* Make the new policy code in x509_policy.c to be selectable at compile time.beck2023-04-261-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.jsing2020-06-041-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)