iPXE
tls_client_random Struct Reference

TLS client random data. More...

#include <tls.h>

Data Fields

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

Detailed Description

TLS client random data.

Definition at line 311 of file tls.h.

Field Documentation

◆ gmt_unix_time

uint32_t tls_client_random::gmt_unix_time

GMT Unix time.

Definition at line 313 of file tls.h.

Referenced by add_tls().

◆ random

uint8_t tls_client_random::random[28]

Random data.

Definition at line 315 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: