mbedTLS
MBEDTLS_X509_KU_KEY_CERT_SIGN
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_KU_KEY_CERT_SIGN
MBEDTLS_X509_KU_KEY_CERT_SIGN macro
Syntax
Show:
Summary
Declaration
from
x509.h:146
#define
MBEDTLS_X509_KU_KEY_CERT_SIGN
(
0x04
)
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_KU_KEY_CERT_SIGN
(
0x04
)
/* bit 5 */
x509.h:146
KEY_USAGE
(
MBEDTLS_X509_KU_KEY_CERT_SIGN
,
"Key Cert Sign"
)
;
x509.c:1764
mbedtls_x509_crt_check_key_usage
(
parent
,
MBEDTLS_X509_KU_KEY_CERT_SIGN
)
!=
0
)
{
x509_crt.c:2204
MBEDTLS_X509_KU_KEY_CERT_SIGN
|
x509write_crt.c:296
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