mbed TLS library

Dependents:   HTTPClient-SSL WS_SERVER

Embed: (wiki syntax)

« Back to documentation index

_ssl_cache_context Struct Reference

_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Data Fields

ssl_cache_entrychain
int timeout
int max_entries
threading_mutex_t mutex

Detailed Description

Cache context.

Definition at line 76 of file ssl_cache.h.


Field Documentation

start of the chain

Definition at line 78 of file ssl_cache.h.

maximum entries

Definition at line 80 of file ssl_cache.h.

threading_mutex_t mutex

mutex

Definition at line 82 of file ssl_cache.h.

int timeout

cache entry timeout

Definition at line 79 of file ssl_cache.h.