Classes | |
class | SslCachedSession |
struct | SslSessionDeleter |
class | SslSessionLRUCache |
class | TlsSessionKeyLoggerCache |
Typedefs | |
typedef std::unique_ptr< SSL_SESSION, SslSessionDeleter > | SslSessionPtr |
Cache for SSL sessions for sessions resumption.
Older sessions may be evicted from the cache using LRU policy if capacity limit is hit. All sessions are associated with some key, usually server name. Note that servers are required to share session ticket encryption keys in order for cache to be effective.
This class is thread safe.
typedef std::unique_ptr<SSL_SESSION, SslSessionDeleter> tsi::SslSessionPtr |
Definition at line 46 of file ssl_session.h.