|
PolarSSL v1.3.9
|
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 64 of file ssl_cache.h.
| ssl_cache_entry* _ssl_cache_entry::next |
chain pointer
Definition at line 73 of file ssl_cache.h.
| x509_buf _ssl_cache_entry::peer_cert |
entry peer_cert
Definition at line 71 of file ssl_cache.h.
| ssl_session _ssl_cache_entry::session |
entry session
Definition at line 69 of file ssl_cache.h.
| time_t _ssl_cache_entry::timestamp |
entry timestamp
Definition at line 67 of file ssl_cache.h.
1.8.10