mbedTLS
mbedtls_x509_crt::ca_istrue
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
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_crt::ca_istrue
mbedtls_x509_crt::ca_istrue field
Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:79
int
ca_istrue
;
Examples
References
from
examples
Code
Location
Referrer
int
ca_istrue
;
/**< Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. */
x509_crt.h:79
&
crt
->
ca_istrue
,
&
crt
->
max_pathlen
)
)
!=
0
)
x509_crt.c:784
x509_get_crt_ext()
crt
->
ca_istrue
?
"true"
:
"false"
)
;
x509_crt.c:1607
mbedtls_x509_crt_info()
if
(
need_ca_bit
&&
!
parent
->
ca_istrue
)
x509_crt.c:1947
x509_crt_check_parent()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::ca_istrue
is read by 2 functions:
All items filtered out
mbedtls_x509_crt::ca_istrue
mbedtls_x509_crt_info()
x509_crt_check_parent()
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