77 static
int def_crl_lookup(
X509_CRL *crl,
99 if(!a || !a->revoked)
return 1;
126 static
int crl_set_issuers(
X509_CRL *crl)
130 GENERAL_NAMES *gens, *gtmp;
145 if (!gtmp && (j != -1))
167 if (!reason && (j != -1))
176 ASN1_ENUMERATED_free(reason);
183 exts = rev->extensions;
224 crl->
meth = default_crl_method;
232 #ifndef OPENSSL_NO_SHA
238 setup_idp(crl, crl->
idp);
260 exts = crl->
crl->extensions;
281 if (!crl_set_issuers(crl))
298 AUTHORITY_KEYID_free(crl->
akid);
300 ISSUING_DIST_POINT_free(crl->
idp);
363 static
int X509_REVOKED_cmp(const
X509_REVOKED * const *a,
444 static int def_crl_lookup(
X509_CRL *crl,
468 if (crl_revoked_issuer_match(crl, issuer, rev))
483 default_crl_method = &int_crl_meth;
485 default_crl_method = meth;