ssl_session_cache_api
ssl_session_cache_api
Module
ssl_session_cache_api
Module summary
TLS session cache API
Description
Defines the API for the TLS session cache so that the data storage scheme can be replaced by defining a new callback module implementing this API.
Data types
The following data types are used in the functions for ssl_session_cache_api
:
cache_ref() =
opaque()
key() =
{partialkey(), session_id()}
partialkey() =
opaque()
session_id() =
binary()
- 登录查看完整内容