mbedTLS
mbedtls_x509_crt::ext_key_usage
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_x509_crt::ext_key_usage
mbedtls_x509_crt::ext_key_usage field
Optional list of extended key usage OIDs.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:78
mbedtls_x509_sequence
ext_key_usage
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_sequence
ext_key_usage
;
/**< Optional list of extended key usage OIDs. */
x509_crt.h:78
&
crt
->
ext_key_usage
)
)
!=
0
)
{
x509_crt.c:983
x509_get_crt_ext()
&
crt
->
ext_key_usage
)
)
!=
0
)
{
x509_crt.c:1869
mbedtls_x509_crt_info()
for
(
cur
=
&
crt
->
ext_key_usage
;
cur
!=
NULL
;
cur
=
cur
->
next
)
{
x509_crt.c:1970
mbedtls_x509_crt_check_extended_key_usage()
mbedtls_asn1_sequence_free
(
cert_cur
->
ext_key_usage
.
next
)
;
x509_crt.c:3243
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::ext_key_usage
is read by 1 function:
All items filtered out
mbedtls_x509_crt::ext_key_usage
mbedtls_x509_crt_free()
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