PolarSSL v1.3.2
Data Fields
_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

ssl_cache_entry* _ssl_cache_entry::next

chain pointer

Definition at line 60 of file ssl_cache.h.

x509_buf _ssl_cache_entry::peer_cert

entry peer_cert

Definition at line 58 of file ssl_cache.h.

ssl_session _ssl_cache_entry::session

entry session

Definition at line 56 of file ssl_cache.h.

time_t _ssl_cache_entry::timestamp

entry timestamp

Definition at line 54 of file ssl_cache.h.


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