mbedTLS
mbedtls_x509_crt::ca_istrue
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
mbedTLS
ESP-IDF
FreeRTOS
cJSON
lwIP
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::ca_istrue
mbedtls_x509_crt::ca_istrue field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:73
int
MBEDTLS_PRIVATE
(
ca_istrue
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
ca_istrue
)
;
/**< Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. */
x509_crt.h:73
&
crt
->
ca_istrue
,
&
crt
->
max_pathlen
)
)
!=
0
)
{
x509_crt.c:967
x509_get_crt_ext()
crt
->
ca_istrue
?
"true"
:
"false"
)
;
x509_crt.c:1826
mbedtls_x509_crt_info()
if
(
need_ca_bit
&&
!
parent
->
ca_istrue
)
{
x509_crt.c:2199
x509_crt_check_parent()
return
crt
->
MBEDTLS_PRIVATE
(
ca_istrue
)
;
x509_crt.c:3298
mbedtls_x509_crt_get_ca_istrue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::ca_istrue
is read by 3 functions:
All items filtered out
mbedtls_x509_crt::ca_istrue
mbedtls_x509_crt_info()
x509_crt_check_parent()
mbedtls_x509_crt_get_ca_istrue()
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