mbed TLS v2.3.0
Data Fields
mbedtls_ssl_cache_entry Struct Reference

This structure is used for storing cache entries. More...

#include <ssl_cache.h>

Collaboration diagram for mbedtls_ssl_cache_entry:
Collaboration graph
[legend]

Data Fields

mbedtls_time_t timestamp
 
mbedtls_ssl_session session
 
mbedtls_x509_buf peer_cert
 
mbedtls_ssl_cache_entrynext
 

Detailed Description

This structure is used for storing cache entries.

Definition at line 60 of file ssl_cache.h.

Field Documentation

mbedtls_ssl_cache_entry* mbedtls_ssl_cache_entry::next

chain pointer

Definition at line 69 of file ssl_cache.h.

mbedtls_x509_buf mbedtls_ssl_cache_entry::peer_cert

entry peer_cert

Definition at line 67 of file ssl_cache.h.

mbedtls_ssl_session mbedtls_ssl_cache_entry::session

entry session

Definition at line 65 of file ssl_cache.h.

mbedtls_time_t mbedtls_ssl_cache_entry::timestamp

entry timestamp

Definition at line 63 of file ssl_cache.h.


The documentation for this struct was generated from the following file: