ESP-IDF
tls_context::clientcert
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_context::clientcert
tls_context::clientcert field
Container for X.509 client certificate
Syntax
Show:
Summary
Declaration
from
tls_mbedtls.c:83
mbedtls_x509_crt
clientcert
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_crt
clientcert
;
/*!< Container for X.509 client certificate */
tls_mbedtls.c:83
mbedtls_x509_crt_free
(
&
tls
->
clientcert
)
;
tls_mbedtls.c:106
tls_mbedtls_cleanup()
mbedtls_x509_crt_init
(
&
tls
->
clientcert
)
;
tls_mbedtls.c:172
set_pki_context()
ret
=
mbedtls_x509_crt_parse
(
&
tls
->
clientcert
,
tls_mbedtls.c:175
set_pki_context()
ret
=
mbedtls_ssl_conf_own_cert
(
&
tls
->
conf
,
&
tls
->
clientcert
,
&
tls
->
clientkey
)
;
tls_mbedtls.c:190
set_pki_context()
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