summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_issuer_cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make x509_issuer_cache_free_oldest() statictb2023-12-301-2/+2
| | | | | This is an internal function and you can't hold the required mutex to call it anyway since that's internal, too.
* One more missing void was hiding heretb2023-12-301-2/+2
|
* Some BoringSSL devs spent too much time with C++tb2023-12-301-2/+2
|
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* Add function to free all of the issuer cache.beck2022-06-271-13/+39
| | | | ok jsing@
* KNF (whitespace)tb2020-11-181-6/+6
|
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-111-0/+167
ok tb@ jsing@