mbedtls_ssl_ticket_context Struct Reference

Context for session ticket handling functions. More...

#include <ssl_ticket.h>

Collaboration diagram for mbedtls_ssl_ticket_context:
Collaboration graph
[legend]

Data Fields

mbedtls_ssl_ticket_key keys [2]
unsigned char active
uint32_t ticket_lifetime
int(* f_rng )(void *, unsigned char *, size_t)
void * p_rng
mbedtls_threading_mutex_t mutex

Detailed Description

Context for session ticket handling functions.

Definition at line 91 of file ssl_ticket.h.


Field Documentation

index of the currently active key

Definition at line 94 of file ssl_ticket.h.

int(* mbedtls_ssl_ticket_context::f_rng)(void *, unsigned char *, size_t)

Callback for getting (pseudo-)random numbers

ticket protection keys

Definition at line 93 of file ssl_ticket.h.

Definition at line 103 of file ssl_ticket.h.

context for the RNG function

Definition at line 100 of file ssl_ticket.h.

lifetime of tickets in seconds

Definition at line 96 of file ssl_ticket.h.


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

Generated on 10 Aug 2020 for mbed TLS v2.7.16 by  doxygen 1.6.1