Home | History | Annotate | Download | only in x509v3

Lines Matching refs:crl

344 /* Convenience functions to add extensions to a certificate, CRL and request */
355 /* Same as above but for a CRL */
358 X509_CRL *crl)
361 if (crl)
362 sk = &crl->crl->extensions;
447 X509_CRL *crl, int flags)
451 ctx->crl = crl;
507 /* Same as above but for a CRL */
510 char *section, X509_CRL *crl)
514 return X509V3_EXT_CRL_add_nconf(&ctmp, ctx, section, crl);