Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
mbedtls_ssl_cache_entry Struct Reference
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 |
Detailed Description
This structure is used for storing cache entries.
Definition at line 61 of file ssl_cache.h.
Field Documentation
chain pointer
Definition at line 70 of file ssl_cache.h.
entry peer_cert
Definition at line 68 of file ssl_cache.h.
mbedtls_ssl_session session |
entry session
Definition at line 66 of file ssl_cache.h.
mbedtls_time_t timestamp |
entry timestamp
Definition at line 64 of file ssl_cache.h.
Generated on Fri Jul 22 2022 04:54:13 by
