mbedtls_x509_crt::ca_istrue is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_crt::ca_istrue field

Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise.

Syntax

int ca_istrue;

References

LocationReferrerText
x509_crt.h:79
int ca_istrue; /**< Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. */
x509_crt.c:784x509_get_crt_ext()
&crt->ca_istrue, &crt->max_pathlen ) ) != 0 )
x509_crt.c:1607mbedtls_x509_crt_info()
crt->ca_istrue ? "true" : "false" );
x509_crt.c:1947x509_crt_check_parent()
if( need_ca_bit && ! parent->ca_istrue )

Data Use

Functions reading mbedtls_x509_crt::ca_istrue
mbedtls_x509_crt::ca_istrue