Lines Matching defs:crl
351 * Add extensions to a CRL. Just check in case crl == NULL.
352 * Note that on error new elements may remain added to crl if crl != NULL.
355 X509_CRL *crl)
358 if (crl != NULL)
359 sk = &crl->crl.extensions;
447 X509_CRL *crl, int flags)
457 ctx->crl = crl;
555 const char *section, X509_CRL *crl)
563 ret = X509V3_EXT_CRL_add_nconf(ctmp, ctx, section, crl);