Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

_ssl_cache_entry Struct Reference

_ssl_cache_entry Struct Reference

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_entrynext

Detailed Description

This structure is used for storing cache entries.

Definition at line 64 of file ssl_cache.h.


Field Documentation

chain pointer

Definition at line 73 of file ssl_cache.h.

entry peer_cert

Definition at line 71 of file ssl_cache.h.

ssl_session session

entry session

Definition at line 69 of file ssl_cache.h.

time_t timestamp

entry timestamp

Definition at line 67 of file ssl_cache.h.