|
PolarSSL v1.2.7
|
This structure is used for storing cache entries. More...
#include <ssl_cache.h>

Data Fields | |
| time_t | timestamp |
| ssl_session | session |
| x509_buf | peer_cert |
| ssl_cache_entry * | next |
This structure is used for storing cache entries.
Definition at line 45 of file ssl_cache.h.
| ssl_cache_entry* _ssl_cache_entry::next |
chain pointer
Definition at line 50 of file ssl_cache.h.
| x509_buf _ssl_cache_entry::peer_cert |
entry peer_cert
Definition at line 49 of file ssl_cache.h.
| ssl_session _ssl_cache_entry::session |
entry session
Definition at line 48 of file ssl_cache.h.
| time_t _ssl_cache_entry::timestamp |
entry timestamp
Definition at line 47 of file ssl_cache.h.
1.8.3.1