ReactOS 0.4.16-dev-751-g45ed1a9
|
This structure is used for storing cache entries. More...
#include <ssl_cache.h>
Public Attributes | |
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 92 of file ssl_cache.h.
mbedtls_ssl_cache_entry* mbedtls_ssl_cache_entry::next |
chain pointer
Definition at line 101 of file ssl_cache.h.
mbedtls_x509_buf mbedtls_ssl_cache_entry::peer_cert |
entry peer_cert
Definition at line 99 of file ssl_cache.h.
mbedtls_ssl_session mbedtls_ssl_cache_entry::session |
entry session
Definition at line 97 of file ssl_cache.h.