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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_crld.c421 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyCA, ASN1_FBOOLEAN, 2),
471 else if (!strcmp(name, "onlyCA"))
473 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
546 if (idp->onlyCA > 0)
555 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
H A Dx509v3.h360 int onlyCA; member in struct:ISSUING_DIST_POINT_st
373 /* onlyCA true */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_crl.c322 if (idp->onlyCA > 0)

Completed in 56 milliseconds