Home | History | Annotate | Download | only in apps

Lines Matching refs:crl

94 	X509_CRL *crl=NULL;
167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
196 crl=d2i_X509_CRL_bio(in,NULL);
198 crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
200 BIO_printf(bio_err,"bad input format specified for input crl\n");
203 if (crl == NULL)
205 BIO_printf(bio_err,"unable to load CRL\n");
219 p7s->crl=crl_stack;
220 if (crl != NULL)
222 sk_X509_CRL_push(crl_stack,crl);
223 crl=NULL; /* now part of p7 for OPENSSL_freeing */
279 if (crl != NULL) X509_CRL_free(crl);
310 /* This loads from a file, a stack of x509/crl/pkey sets */
317 /* scan over it and pull out the CRL's */