mbedTLS
mbedtls_ssl_config::max_major_ver
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_config::max_major_ver
mbedtls_ssl_config::max_major_ver field
max. major version used
Syntax
Show:
Summary
Declaration
from
ssl.h:971
unsigned
char
max_major_ver
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
max_major_ver
;
/*!< max. major version used */
ssl.h:971
if
(
ssl
->
conf
->
max_major_ver
==
0
)
ssl_cli.c:790
ssl_write_client_hello()
mbedtls_ssl_write_version
(
ssl
->
conf
->
max_major_ver
,
ssl
->
conf
->
max_minor_ver
,
ssl_cli.c:807
ssl_write_client_hello()
ssl
->
major_ver
>
ssl
->
conf
->
max_major_ver
||
ssl_cli.c:1585
ssl_parse_server_hello()
if
(
ssl
->
major_ver
>
ssl
->
conf
->
max_major_ver
)
ssl_srv.c:1485
ssl_parse_client_hello()
ssl
->
major_ver
=
ssl
->
conf
->
max_major_ver
;
ssl_srv.c:1487
ssl_parse_client_hello()
conf
->
max_major_ver
=
major
;
ssl_tls.c:7596
mbedtls_ssl_conf_max_version()
conf
->
max_major_ver
=
MBEDTLS_SSL_MAX_MAJOR_VERSION
;
ssl_tls.c:9149
mbedtls_ssl_config_defaults()
conf
->
max_major_ver
=
MBEDTLS_SSL_MAX_MAJOR_VERSION
;
ssl_tls.c:9183
mbedtls_ssl_config_defaults()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::max_major_ver
is written by 2 functions and is read by 3 functions:
mbedtls_ssl_conf_max_version()
mbedtls_ssl_config_defaults()
All items filtered out
mbedtls_ssl_config::max_major_ver
ssl_write_client_hello()
ssl_parse_server_hello()
ssl_parse_client_hello()
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