mbedTLS
mbedtls_ssl_config::dn_hints
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_config::dn_hints
mbedtls_ssl_config::dn_hints field
Syntax
Show:
Summary
Declaration
from
ssl.h:1683
const
mbedtls_x509_crt
*
MBEDTLS_PRIVATE
(
dn_hints
;
Examples
References
from
examples
Code
Location
Referrer
const
mbedtls_x509_crt
*
MBEDTLS_PRIVATE
(
dn_hints
)
;
/*!< acceptable client cert issuers */
ssl.h:1683
conf
->
MBEDTLS_PRIVATE
(
dn_hints
)
=
crt
;
ssl.h:3510
mbedtls_ssl_conf_dn_hints()
if
(
ssl
->
conf
->
dn_hints
!=
NULL
)
{
ssl_tls12_server.c:2541
ssl_write_certificate_request()
crt
=
ssl
->
conf
->
dn_hints
;
ssl_tls12_server.c:2542
ssl_write_certificate_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::dn_hints
is written by 1 function and is read by 1 function:
mbedtls_ssl_conf_dn_hints()
All items filtered out
mbedtls_ssl_config::dn_hints
ssl_write_certificate_request()
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