mbed TLS  Version 2.6.1
SSL/TLS Library for the Embedded Space
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mbedtls_ssl_ticket_context Struct Reference

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
 

Description

Context for session ticket handling functions.

Field Documentation

unsigned char active

index of the currently active key

ticket protection keys

void* p_rng

context for the RNG function

uint32_t ticket_lifetime

lifetime of tickets in seconds