Home | History | Annotate | Download | only in apps

Lines Matching refs:respin

131 	char *reqin = NULL, *respin = NULL;
302 else if (!strcmp(*args, "-respin"))
307 respin = *args;
579 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
600 BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n");
790 else if (respin)
792 derbio = BIO_new_file(respin, "rb");