_ssl_cache_entry Struct Reference

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

#include <ssl_cache.h>

Collaboration diagram for _ssl_cache_entry:
Collaboration graph
[legend]

Data Fields

time_t timestamp
ssl_session session
x509_buf peer_cert
ssl_cache_entrynext

Detailed Description

This structure is used for storing cache entries.

Definition at line 51 of file ssl_cache.h.


Field Documentation

chain pointer

Definition at line 60 of file ssl_cache.h.

Referenced by ssl_cache_free(), ssl_cache_get(), and ssl_cache_set().

entry peer_cert

Definition at line 58 of file ssl_cache.h.

Referenced by ssl_cache_free(), ssl_cache_get(), and ssl_cache_set().

entry session

Definition at line 56 of file ssl_cache.h.

Referenced by ssl_cache_free(), ssl_cache_get(), and ssl_cache_set().

entry timestamp

Definition at line 54 of file ssl_cache.h.

Referenced by ssl_cache_get(), and ssl_cache_set().


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

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1