mbedTLS
mbedtls_ssl_handshake_params
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params struct
Syntax
Show:
Summary
Declaration
Definition
from
ssl.h:565
typedef
struct
mbedtls_ssl_handshake_params
mbedtls_ssl_handshake_params
;
Implemented in
ssl_internal.h:264
Fields
Field
Declared as
Description
mbedtls_ssl_handshake_params::hash_algs
mbedtls_ssl_sig_hash_set_t
Set of suitable sig-hash pairs.
mbedtls_ssl_handshake_params::ecdh_ctx
mbedtls_ecdh_context
ECDH key exchange.
mbedtls_ssl_handshake_params::curves
const
mbedtls_ecp_curve_info
*
*
Supported elliptic curves.
mbedtls_ssl_handshake_params::key_cert
mbedtls_ssl_key_cert
*
chosen key/cert pair (server).
mbedtls_ssl_handshake_params::fin_sha256
mbedtls_sha256_context
mbedtls_ssl_handshake_params::fin_sha512
mbedtls_sha512_context
mbedtls_ssl_handshake_params::update_checksum
void
(
*
)
(
mbedtls_ssl_context
*
,
const
unsigned
char
*
,
size_t
)
mbedtls_ssl_handshake_params::calc_verify
void
(
*
)
(
mbedtls_ssl_context
*
,
unsigned
char
*
)
mbedtls_ssl_handshake_params::calc_finished
void
(
*
)
(
mbedtls_ssl_context
*
,
unsigned
char
*
,
int
)
mbedtls_ssl_handshake_params::tls_prf
int
(
*
)
(
const
unsigned
char
*
,
size_t
,
const
char
*
,
const
unsigned
char
*
,
size_t
,
unsigned
char
*
,
size_t
)
mbedtls_ssl_handshake_params::pmslen
size_t
premaster length.
mbedtls_ssl_handshake_params::randbytes
unsigned
char
[
64
]
random bytes.
mbedtls_ssl_handshake_params::premaster
unsigned
char
[
MBEDTLS_PREMASTER_SIZE
]
premaster secret.
mbedtls_ssl_handshake_params::resume
int
session resume indicator.
mbedtls_ssl_handshake_params::max_major_ver
int
max. major version client.
mbedtls_ssl_handshake_params::max_minor_ver
int
max. minor version client.
mbedtls_ssl_handshake_params::cli_exts
int
client extension presence.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out