mbedTLS
mbedtls_ssl_key_cert::cert
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_key_cert::cert
mbedtls_ssl_key_cert::cert field
cert
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:1248
mbedtls_x509_crt
*
cert
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_crt
*
cert
;
/*!< cert */
ssl_misc.h:1248
return
key_cert
==
NULL
?
NULL
:
key_cert
->
cert
;
ssl_misc.h:1673
mbedtls_ssl_own_cert()
new_cert
->
cert
=
cert
;
ssl_tls.c:1842
ssl_append_key_cert()
key_type_matches
=
mbedtls_pk_can_do
(
&
cur
->
cert
->
pk
,
pk_alg
)
;
ssl_tls12_server.c:743
ssl_pick_cert()
if
(
mbedtls_ssl_check_cert_usage
(
cur
->
cert
,
ciphersuite_info
,
ssl_tls12_server.c:758
ssl_pick_cert()
ssl_check_key_curve
(
&
cur
->
cert
->
pk
,
ssl_tls12_server.c:769
ssl_pick_cert()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_key_cert::cert
is written by 1 function and is read by 2 functions:
ssl_append_key_cert()
All items filtered out
mbedtls_ssl_key_cert::cert
mbedtls_ssl_own_cert()
ssl_pick_cert()
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