iPXE
tls_new_session_ticket Struct Reference

NewSessionTicket descriptor. More...

#include <tlsfmt.h>

Data Fields

uint32_tlifetime
 Lifetime hint.
uint32_tage
 Age obfuscation.
struct tls_cursor nonce
 Nonce.
struct tls_cursor ticket
 Ticket.
struct { 
   struct tls_cursor   all 
 All extensions. More...
ext
 Extensions of interest.

Detailed Description

NewSessionTicket descriptor.

Definition at line 444 of file tlsfmt.h.

Field Documentation

◆ lifetime

uint32_t* tls_new_session_ticket::lifetime

Lifetime hint.

Definition at line 446 of file tlsfmt.h.

◆ age

uint32_t* tls_new_session_ticket::age

Age obfuscation.

Definition at line 448 of file tlsfmt.h.

◆ nonce

struct tls_cursor tls_new_session_ticket::nonce

Nonce.

Definition at line 450 of file tlsfmt.h.

◆ ticket

struct tls_cursor tls_new_session_ticket::ticket

Ticket.

Definition at line 452 of file tlsfmt.h.

Referenced by tls_new_session_ticket().

◆ all

struct tls_cursor tls_new_session_ticket::all

All extensions.

Definition at line 456 of file tlsfmt.h.

◆ [struct]

struct { ... } tls_new_session_ticket::ext

Extensions of interest.


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