mbedTLS
mbedtls_ssl_context::f_vrfy
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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_context::f_vrfy
mbedtls_ssl_context::f_vrfy field
Callback to customize X.509 certificate chain verification
Syntax
Show:
Summary
Declaration
from
ssl.h:1731
int
(
*
MBEDTLS_PRIVATE
(
f_vrfy
)
)
(
void
*
,
mbedtls_x509_crt
*
,
int
,
uint32_t
*
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
MBEDTLS_PRIVATE
(
f_vrfy
)
)
(
void
*
,
mbedtls_x509_crt
*
,
int
,
uint32_t
*
)
;
ssl.h:1731
ssl
->
f_vrfy
=
f_vrfy
;
ssl_tls.c:1942
mbedtls_ssl_set_verify()
if
(
ssl
->
f_vrfy
!=
NULL
)
{
ssl_tls.c:9802
mbedtls_ssl_verify_certificate()
f_vrfy
=
ssl
->
f_vrfy
;
ssl_tls.c:9804
mbedtls_ssl_verify_certificate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::f_vrfy
is written by 1 function and is read by 1 function:
mbedtls_ssl_set_verify()
All items filtered out
mbedtls_ssl_context::f_vrfy
mbedtls_ssl_verify_certificate()
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