mbedTLS
MBEDTLS_SSL_MINOR_VERSION_2
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_MINOR_VERSION_2
MBEDTLS_SSL_MINOR_VERSION_2 macro
TLS v1.1
Syntax
Show:
Summary
Declaration
from
ssl.h:133
#define
MBEDTLS_SSL_MINOR_VERSION_2
2
Examples
References
from
examples
Code
Location
#define
MBEDTLS_SSL_MINOR_VERSION_2
2
/*!< TLS v1.1 */
ssl.h:133
if
(
ssl
->
minor_ver
==
MBEDTLS_SSL_MINOR_VERSION_2
||
ssl_tls.c:906
ssl
->
minor_ver
>=
MBEDTLS_SSL_MINOR_VERSION_2
)
ssl_tls.c:6792
ssl
->
minor_ver
>=
MBEDTLS_SSL_MINOR_VERSION_2
)
ssl_tls.c:6828
conf
->
ciphersuite_list
[
MBEDTLS_SSL_MINOR_VERSION_2
]
=
ciphersuites
;
ssl_tls.c:7211
case
MBEDTLS_SSL_MINOR_VERSION_2
:
ssl_tls.c:7871
if
(
ssl
->
minor_ver
>=
MBEDTLS_SSL_MINOR_VERSION_2
)
ssl_tls.c:7921
conf
->
ciphersuite_list
[
MBEDTLS_SSL_MINOR_VERSION_2
]
=
ssl_tls.c:9154
conf
->
ciphersuite_list
[
MBEDTLS_SSL_MINOR_VERSION_2
]
=
ssl_tls.c:9193
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