Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_ssl_handshake_params Struct Reference

Data Fields

size_t pmslen
 
unsigned char randbytes [64]
 
unsigned char premaster [MBEDTLS_PREMASTER_SIZE]
 
int resume
 
int max_major_ver
 
int max_minor_ver
 
int cli_exts
 

Detailed Description

Definition at line 427 of file ssl_internal.h.

Field Documentation

◆ pmslen

size_t pmslen

premaster length

Definition at line 595 of file ssl_internal.h.

◆ randbytes

unsigned char randbytes[64]

random bytes

Definition at line 597 of file ssl_internal.h.

◆ premaster

unsigned char premaster[MBEDTLS_PREMASTER_SIZE]

premaster secret

Definition at line 598 of file ssl_internal.h.

◆ resume

int resume

session resume indicator

Definition at line 601 of file ssl_internal.h.

◆ max_major_ver

int max_major_ver

max. major version client

Definition at line 602 of file ssl_internal.h.

◆ max_minor_ver

int max_minor_ver

max. minor version client

Definition at line 603 of file ssl_internal.h.

◆ cli_exts

int cli_exts

client extension presence

Definition at line 604 of file ssl_internal.h.