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

/openbsd-current/lib/libcrypto/x509/
H A Dx509_crld.c596 .offset = offsetof(ISSUING_DIST_POINT, indirectCRL),
597 .field_name = "indirectCRL",
698 else if (!strcmp(name, "indirectCRL")) {
699 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
761 if (idp->indirectCRL > 0)
769 (idp->indirectCRL <= 0) && !idp->onlysomereasons &&
H A Dx509v3.h327 int indirectCRL; member in struct:ISSUING_DIST_POINT_st
342 /* indirectCRL true */
/openbsd-current/lib/libcrypto/asn1/
H A Dx_crl.c365 if (idp->indirectCRL > 0)

Completed in 140 milliseconds