ESP-IDF
tlsv1_client::flags
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_client::flags
tlsv1_client::flags field
Syntax
Show:
Summary
Declaration
from
tlsv1_client_i.h:32
unsigned
int
flags
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
flags
;
/* TLS_CONN_* bitfield */
tlsv1_client_i.h:32
if
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_2
)
&&
tlsv1_client.c:47
tls_client_highest_ver()
if
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_1
)
&&
tlsv1_client.c:52
tls_client_highest_ver()
if
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_0
)
&&
tlsv1_client.c:56
tls_client_highest_ver()
conn
->
flags
=
flags
;
tlsv1_client.c:880
tlsv1_client_set_flags()
return
(
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_0
)
&&
tlsv1_client_read.c:32
tls_version_disabled()
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_1
)
&&
tlsv1_client_read.c:34
tls_version_disabled()
(
(
conn
->
flags
&
TLS_CONN_DISABLE_TLSv1_2
)
&&
tlsv1_client_read.c:36
tls_version_disabled()
!!
(
conn
->
flags
&
TLS_CONN_DISABLE_TIME_CHECKS
)
)
tlsv1_client_read.c:572
tls_process_certificate()
if
(
conn
->
flags
&
TLS_CONN_REQUEST_OCSP
)
{
tlsv1_client_read.c:630
tls_process_certificate()
if
(
conn
->
flags
&
TLS_CONN_REQUIRE_OCSP_ALL
)
{
tlsv1_client_read.c:982
tls_process_certificate_status()
if
(
(
conn
->
flags
&
TLS_CONN_REQUIRE_OCSP
)
&&
res
!=
TLS_OCSP_GOOD
)
{
tlsv1_client_read.c:1004
tls_process_certificate_status()
if
(
(
conn
->
flags
&
TLS_CONN_REQUEST_OCSP
)
&&
tlsv1_client_read.c:1068
tls_process_server_key_exchange()
if
(
(
conn
->
flags
&
TLS_CONN_REQUIRE_OCSP
)
&&
tlsv1_client_read.c:1237
tls_process_server_hello_done()
if
(
conn
->
flags
&
TLS_CONN_REQUEST_OCSP
)
{
tlsv1_client_write.c:160
tls_send_client_hello()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_client::flags
is written by 1 function and is read by 7 functions:
tlsv1_client_set_flags()
All items filtered out
tlsv1_client::flags
tls_client_highest_ver()
tls_version_disabled()
tls_process_certificate()
tls_process_certificate_status()
tls_process_server_key_exchange()
tls_process_server_hello_done()
tls_send_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