openssl/include
Todd Short 25959e04c3 Optimize session cache flushing
Sort SSL_SESSION structures by timeout in the linked list.
Iterate over the linked list for timeout, stopping when no more
session can be flushed.
Do SSL_SESSION_free() outside of SSL_CTX lock
Update timeout upon use

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8687)
2021-06-10 18:32:25 +10:00
..
crypto Actually use a legacy route in pem_read_bio_key_legacy() 2021-06-08 18:53:39 +01:00
internal property: Add functionality to query data from a property definition 2021-06-05 20:29:47 +10:00
openssl Optimize session cache flushing 2021-06-10 18:32:25 +10:00