Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Data Fields

mbedtls_ssl_cache_entrychain
 
int timeout
 
int max_entries
 

Detailed Description

Cache context.

Definition at line 86 of file ssl_cache.h.

Field Documentation

◆ chain

start of the chain

Definition at line 88 of file ssl_cache.h.

◆ timeout

int timeout

cache entry timeout

Definition at line 89 of file ssl_cache.h.

◆ max_entries

int max_entries

maximum entries

Definition at line 90 of file ssl_cache.h.