Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make x509_issuer_cache_free_oldest() static | tb | 2023-12-30 | 1 | -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 here | tb | 2023-12-30 | 1 | -2/+2 |
| | |||||
* | Some BoringSSL devs spent too much time with C++ | tb | 2023-12-30 | 1 | -2/+2 |
| | |||||
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -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. | beck | 2022-06-27 | 1 | -13/+39 |
| | | | | ok jsing@ | ||||
* | KNF (whitespace) | tb | 2020-11-18 | 1 | -6/+6 |
| | |||||
* | Add issuer cache, to be used by upcoming changes to validation code. | beck | 2020-09-11 | 1 | -0/+167 |
ok tb@ jsing@ |