mbedTLS
mbedtls_ssl_context::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_context::major_ver
mbedtls_ssl_context::major_ver field
equal to MBEDTLS_SSL_MAJOR_VERSION_3
Syntax
Show:
Summary
Declaration
from
ssl.h:1037
int
major_ver
;
Examples
References
from
examples
Code
Location
Referrer
int
major_ver
;
/*!< equal to MBEDTLS_SSL_MAJOR_VERSION_3 */
ssl.h:1037
ssl
->
major_ver
=
ssl
->
conf
->
min_major_ver
;
ssl_cli.c:786
ssl_write_client_hello()
mbedtls_ssl_read_version
(
&
ssl
->
major_ver
,
&
ssl
->
minor_ver
,
ssl_cli.c:1580
ssl_parse_server_hello()
if
(
ssl
->
major_ver
<
ssl
->
conf
->
min_major_ver
||
ssl_cli.c:1583
ssl_parse_server_hello()
ssl
->
major_ver
>
ssl
->
conf
->
max_major_ver
||
ssl_cli.c:1585
ssl_parse_server_hello()
mbedtls_ssl_read_version
(
&
ssl
->
major_ver
,
&
ssl
->
minor_ver
,
ssl_srv.c:1467
ssl_parse_client_hello()
ssl
->
handshake
->
max_major_ver
=
ssl
->
major_ver
;
ssl_srv.c:1470
ssl_parse_client_hello()
if
(
ssl
->
major_ver
<
ssl
->
conf
->
min_major_ver
||
ssl_srv.c:1473
ssl_parse_client_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()
mbedtls_ssl_write_version
(
ssl
->
major_ver
,
ssl
->
minor_ver
,
ssl_srv.c:2446
ssl_write_server_hello()
mbedtls_ssl_write_version
(
ssl
->
major_ver
,
ssl
->
minor_ver
,
ssl_tls.c:1570
ssl_encrypt_buf()
mbedtls_ssl_write_version
(
ssl
->
major_ver
,
ssl
->
minor_ver
,
ssl_tls.c:1877
ssl_decrypt_buf()
mbedtls_ssl_write_version
(
ssl
->
major_ver
,
ssl
->
minor_ver
,
ssl_tls.c:3382
mbedtls_ssl_write_record()
if
(
major_ver
!=
ssl
->
major_ver
)
ssl_tls.c:4079
ssl_parse_record_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::major_ver
is written by 2 functions and is read by 7 functions:
ssl_write_client_hello()
ssl_parse_client_hello()
All items filtered out
mbedtls_ssl_context::major_ver
ssl_parse_server_hello()
ssl_parse_client_hello()
ssl_write_server_hello()
ssl_encrypt_buf()
ssl_decrypt_buf()
mbedtls_ssl_write_record()
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