Home | History | Annotate | Download | only in apps

Lines Matching full:respin

130 	char *reqin = NULL, *respin = NULL;
292 else if (!strcmp(*args, "-respin"))
297 respin = *args;
569 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
590 BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n");
780 else if (respin)
782 derbio = BIO_new_file(respin, "rb");