mbed TLS v2.2.0
Data Fields
mbedtls_ssl_cookie_ctx Struct Reference

Detailed Description

Context for the default cookie functions.

Definition at line 52 of file ssl_cookie.h.

#include <ssl_cookie.h>

Collaboration diagram for mbedtls_ssl_cookie_ctx:
Collaboration graph
[legend]

Data Fields

mbedtls_md_context_t hmac_ctx
 
unsigned long serial
 
unsigned long timeout
 

Field Documentation

mbedtls_md_context_t mbedtls_ssl_cookie_ctx::hmac_ctx

context for the HMAC portion

Definition at line 54 of file ssl_cookie.h.

unsigned long mbedtls_ssl_cookie_ctx::serial

serial number for expiration

Definition at line 56 of file ssl_cookie.h.

unsigned long mbedtls_ssl_cookie_ctx::timeout

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

Definition at line 58 of file ssl_cookie.h.


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