summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/pcy_int.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take the old policy code behind the barntb2023-04-281-281/+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@
* Move the policy STACK_OF stuff to pcy_int.h as welltb2023-04-251-2/+44
|
* Move the policy tree code to internal-onlytb2023-04-251-1/+24
| | | | | A few hooks remain in the legacy validator, which will soon be replaced with something better. The rest of the tentacles are now largely contained.
* Make pcy_int.h pull in x509_local.h it will need it soontb2023-04-161-1/+4
| | | | ok jsing
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+209
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)