mbedtls_ssl_cache_get_t
Callback type: server-side session cache getter The session cache is logically a key value store, with keys being session IDs and values being instances of mbedtls_ssl_session. This callback retrieves an entry in this key-value store.
Syntax
typedef int mbedtls_ssl_cache_get_t(void *data,
unsigned char const *session_id,
size_t session_id_len,
mbedtls_ssl_session *session);
![]()
typedef int mbedtls_ssl_cache_get_t(void *data,