Searched refs:onlyCA (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_crld.c582 .offset = offsetof(ISSUING_DIST_POINT, onlyCA),
583 .field_name = "onlyCA",
690 else if (!strcmp(name, "onlyCA")) {
691 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
759 if (idp->onlyCA > 0)
768 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) &&
H A Dx509v3.h325 int onlyCA; member in struct:ISSUING_DIST_POINT_st
338 /* onlyCA true */
/openbsd-current/lib/libcrypto/asn1/
H A Dx_crl.c353 if (idp->onlyCA > 0) {

Completed in 141 milliseconds