mbedTLS
mbedtls_ssl_config::max_minor_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_minor_ver
mbedtls_ssl_config::max_minor_ver field
max. minor version used
Syntax
Show:
Summary
Declaration
from
ssl.h:972
unsigned
char
max_minor_ver
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
max_minor_ver
;
/*!< max. minor version used */
ssl.h:972
if
(
ssl
->
conf
->
max_minor_ver
!=
MBEDTLS_SSL_MINOR_VERSION_3
)
ssl_cli.c:183
ssl_write_signature_algorithms_ext()
mbedtls_ssl_write_version
(
ssl
->
conf
->
max_major_ver
,
ssl
->
conf
->
max_minor_ver
,
ssl_cli.c:807
ssl_write_client_hello()
ssl
->
conf
->
max_minor_ver
)
!=
0
)
ssl_cli.c:918
ssl_write_client_hello()
ssl
->
minor_ver
>
ssl
->
conf
->
max_minor_ver
)
ssl_cli.c:1586
ssl_parse_server_hello()
ssl
->
minor_ver
=
ssl
->
conf
->
max_minor_ver
;
ssl_srv.c:1488
ssl_parse_client_hello()
else
if
(
ssl
->
minor_ver
>
ssl
->
conf
->
max_minor_ver
)
ssl_srv.c:1490
ssl_parse_client_hello()
ssl
->
minor_ver
=
ssl
->
conf
->
max_minor_ver
;
ssl_srv.c:1491
ssl_parse_client_hello()
if
(
minor_ver
>
ssl
->
conf
->
max_minor_ver
)
ssl_tls.c:4085
ssl_parse_record_header()
conf
->
max_minor_ver
=
minor
;
ssl_tls.c:7597
mbedtls_ssl_conf_max_version()
conf
->
max_minor_ver
=
MBEDTLS_SSL_MAX_MINOR_VERSION
;
ssl_tls.c:9150
mbedtls_ssl_config_defaults()
conf
->
max_minor_ver
=
MBEDTLS_SSL_MAX_MINOR_VERSION
;
ssl_tls.c:9184
mbedtls_ssl_config_defaults()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::max_minor_ver
is written by 2 functions and is read by 5 functions:
mbedtls_ssl_conf_max_version()
mbedtls_ssl_config_defaults()
All items filtered out
mbedtls_ssl_config::max_minor_ver
ssl_write_signature_algorithms_ext()
ssl_write_client_hello()
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_parse_record_header()
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