Home | History | Annotate | Download | only in apps

Lines Matching defs:crl

95 	X509_CRL *crl=NULL;
168 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
197 crl=d2i_X509_CRL_bio(in,NULL);
199 crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
201 BIO_printf(bio_err,"bad input format specified for input crl\n");
204 if (crl == NULL)
206 BIO_printf(bio_err,"unable to load CRL\n");
220 p7s->crl=crl_stack;
221 if (crl != NULL)
223 sk_X509_CRL_push(crl_stack,crl);
224 crl=NULL; /* now part of p7 for OPENSSL_freeing */
280 if (crl != NULL) X509_CRL_free(crl);
318 /* This loads from a file, a stack of x509/crl/pkey sets */
325 /* scan over it and pull out the CRL's */