summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_ocsp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an essentially empty ocsp_local.h and include it in the filestb2022-01-071-1/+3
| | | | | | that will need it in the upcoming bump. discussed with jsing
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+380
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)