ReactOS 0.4.16-dev-1049-g378a335
|
Context for session ticket handling functions. More...
#include <ssl_ticket.h>
Public Attributes | |
mbedtls_ssl_ticket_key | keys [2] |
unsigned char | active |
uint32_t | ticket_lifetime |
int(* | f_rng )(void *, unsigned char *, size_t) |
void * | p_rng |
Context for session ticket handling functions.
Definition at line 89 of file ssl_ticket.h.
index of the currently active key
Definition at line 92 of file ssl_ticket.h.
Callback for getting (pseudo-)random numbers
Definition at line 97 of file ssl_ticket.h.
mbedtls_ssl_ticket_key mbedtls_ssl_ticket_context::keys[2] |
ticket protection keys
Definition at line 91 of file ssl_ticket.h.
void* mbedtls_ssl_ticket_context::p_rng |
context for the RNG function
Definition at line 98 of file ssl_ticket.h.
uint32_t mbedtls_ssl_ticket_context::ticket_lifetime |
lifetime of tickets in seconds
Definition at line 94 of file ssl_ticket.h.