summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_issuer_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make x509_issuer_cache_free_oldest() statictb2023-12-301-2/+2
* 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
* Add function to free all of the issuer cache.beck2022-06-271-13/+39
* KNF (whitespace)tb2020-11-181-6/+6
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-111-0/+167