X509V3_get_value_bool
if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
if (!X509V3_get_value_bool(val, &bcons->ca))
if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);