nRF5 SDK for Thread and Zigbee v1.0.0
Choose documentation:
mbedtls_ssl_ticket_key Struct Reference

Information for session ticket protection. More...

#include <ssl_ticket.h>

Data Fields

unsigned char name [4]
 
uint32_t generation_time
 
mbedtls_cipher_context_t ctx
 

Detailed Description

Information for session ticket protection.

Field Documentation

mbedtls_cipher_context_t mbedtls_ssl_ticket_key::ctx

context for auth enc/decryption

uint32_t mbedtls_ssl_ticket_key::generation_time

key generation timestamp (seconds)

unsigned char mbedtls_ssl_ticket_key::name[4]

random key identifier


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