Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_ssl_ticket_context Struct Reference
Context for session ticket handling functions. More...
#include <ssl_ticket.h>
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 |
Detailed Description
Context for session ticket handling functions.
Definition at line 64 of file ssl_ticket.h.
Field Documentation
unsigned char active |
index of the currently active key
Definition at line 67 of file ssl_ticket.h.
int(* f_rng)(void *, unsigned char *, size_t) |
Callback for getting (pseudo-)random numbers.
Definition at line 72 of file ssl_ticket.h.
ticket protection keys
Definition at line 66 of file ssl_ticket.h.
void* p_rng |
context for the RNG function
Definition at line 73 of file ssl_ticket.h.
uint32_t ticket_lifetime |
lifetime of tickets in seconds
Definition at line 69 of file ssl_ticket.h.
Generated on Tue Jul 12 2022 13:55:33 by
