iPXE
Data Fields
tls_client_random Struct Reference

TLS client random data. More...

#include <tls.h>

Data Fields

uint32_t gmt_unix_time
 GMT Unix time. More...
 
uint8_t random [28]
 Random data. More...
 

Detailed Description

TLS client random data.

Definition at line 285 of file tls.h.

Field Documentation

◆ gmt_unix_time

uint32_t tls_client_random::gmt_unix_time

GMT Unix time.

Definition at line 287 of file tls.h.

Referenced by add_tls().

◆ random

uint8_t tls_client_random::random[28]

Random data.

Definition at line 289 of file tls.h.

Referenced by add_tls(), and tls_send_client_key_exchange_dhe().


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