This structure is used for storing cache entries. More...
#include <ssl_cache.h>
Data Fields | |
mbedtls_time_t | timestamp |
mbedtls_ssl_session | session |
mbedtls_x509_buf | peer_cert |
mbedtls_ssl_cache_entry * | next |
This structure is used for storing cache entries.
Definition at line 94 of file ssl_cache.h.
chain pointer
Definition at line 103 of file ssl_cache.h.
entry peer_cert
Definition at line 101 of file ssl_cache.h.
entry session
Definition at line 99 of file ssl_cache.h.
entry timestamp
Definition at line 97 of file ssl_cache.h.