Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some BoringSSL devs spent too much time with C++ | tb | 2023-12-30 | 1 | -2/+2 |
| | |||||
* | Prepare to provide OPENSSL_cleanup. | jsing | 2022-09-03 | 1 | -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. | beck | 2020-09-11 | 1 | -0/+47 |
ok tb@ jsing@ |