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 61 of file ssl_cache.h.
chain pointer
Definition at line 70 of file ssl_cache.h.
entry peer_cert
Definition at line 68 of file ssl_cache.h.
entry session
Definition at line 66 of file ssl_cache.h.
entry timestamp
Definition at line 64 of file ssl_cache.h.