![]() |
mbed TLS
Version 2.1.2
SSl/TLS Library for the Embedded Space
|
Context for session ticket handling functions. More...
Data Fields | |
mbedtls_ssl_ticket_key | keys [2] |
unsigned char | active |
uint32_t | ticket_lifetime |
int(* | f_rng )(void *, unsigned char *, size_t) |
Callback for getting (pseudo-)random numbers. | |
void * | p_rng |
Context for session ticket handling functions.
unsigned char active |
index of the currently active key
mbedtls_ssl_ticket_key keys[2] |
ticket protection keys
void* p_rng |
context for the RNG function
uint32_t ticket_lifetime |
lifetime of tickets in seconds