ReactOS 0.4.16-dev-522-gb68104a
|
Context for the default cookie functions. More...
#include <ssl_cookie.h>
Public Attributes | |
mbedtls_md_context_t | hmac_ctx |
unsigned long | serial |
unsigned long | timeout |
Context for the default cookie functions.
Definition at line 84 of file ssl_cookie.h.
mbedtls_md_context_t mbedtls_ssl_cookie_ctx::hmac_ctx |
context for the HMAC portion
Definition at line 86 of file ssl_cookie.h.
serial number for expiration
Definition at line 88 of file ssl_cookie.h.
timeout delay, in seconds if HAVE_TIME, or in number of tickets issued
Definition at line 90 of file ssl_cookie.h.