mbedtls_ssl_handshake_params is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
max. major version client.
uint8_t
max. minor version client.
uint8_t
session resume indicator.
uint8_t
client extension presence.
uint8_t
authmode from SNI callback.
Set of suitable sig-hash pairs.
size_t
premaster length.
void (*)(mbedtls_ssl_context *, const unsigned char *, size_t)
void (*)(const mbedtls_ssl_context *, unsigned char *, size_t *)
void (*)(mbedtls_ssl_context *, unsigned char *, int)
ECDH key exchange.
Supported elliptic curves.
chosen key/cert pair (server).
key/cert list from SNI.
trusted CAs from SNI callback.
trusted CAs CRLs from SNI.
The public key from the peer.
unsigned char[64]
random bytes.
unsigned char[MBEDTLS_PREMASTER_SIZE]
premaster secret.

References

from examples