ESP-IDF
TLS_OCSP_GOOD
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
TLS_OCSP_GOOD
TLS_OCSP_GOOD value
Syntax
Show:
Summary
Declaration
from
tlsv1_client_i.h:96
TLS_OCSP_GOOD
;
Examples
References
from
examples
Code
Location
Referrer
TLS_OCSP_NO_RESPONSE
,
TLS_OCSP_INVALID
,
TLS_OCSP_GOOD
,
TLS_OCSP_REVOKED
tlsv1_client_i.h:96
*
res
=
TLS_OCSP_GOOD
;
tlsv1_client_ocsp.c:301
tls_process_ocsp_single_response()
else
if
(
res
==
TLS_OCSP_GOOD
)
tlsv1_client_ocsp.c:632
tls_process_basic_ocsp_response()
else
if
(
res
==
TLS_OCSP_GOOD
)
tlsv1_client_read.c:952
tls_process_certificate_status()
res
=
TLS_OCSP_GOOD
;
tlsv1_client_read.c:960
tls_process_certificate_status()
if
(
(
conn
->
flags
&
TLS_CONN_REQUIRE_OCSP
)
&&
res
!=
TLS_OCSP_GOOD
)
{
tlsv1_client_read.c:1004
tls_process_certificate_status()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TLS_OCSP_GOOD
is read by 3 functions:
All items filtered out
TLS_OCSP_GOOD
tls_process_certificate_status()
tls_process_ocsp_single_response()
tls_process_basic_ocsp_response()
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