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

Context for the default cookie functions. More...

#include <ssl_cookie.h>

Data Fields

mbedtls_md_context_t hmac_ctx
 
unsigned long serial
 
unsigned long timeout
 

Detailed Description

Context for the default cookie functions.

Definition at line 62 of file ssl_cookie.h.

Field Documentation

◆ hmac_ctx

context for the HMAC portion

Definition at line 64 of file ssl_cookie.h.

◆ serial

unsigned long serial

serial number for expiration

Definition at line 66 of file ssl_cookie.h.

◆ timeout

unsigned long timeout

timeout delay, in seconds if HAVE_TIME, or in number of tickets issued

Definition at line 68 of file ssl_cookie.h.