summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_issuer_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some BoringSSL devs spent too much time with C++tb2023-12-301-2/+2
|
* Prepare to provide OPENSSL_cleanup.jsing2022-09-031-1/+2
| | | | | | | | | | OPENSSL_cleanup() cleans up and deallocates memory in use by the library. There are a couple of use cases for this, primarily related to memory leak testing. This will not be called automatically in LibreSSL, which means that OpenSSL's OPENSSL_NO_INIT_ATEXIT is implied. If code wants to clean up then they need to explicitly call this themselves. ok tb@
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-111-0/+47
ok tb@ jsing@