Home | History | Annotate | Download | only in apps

Lines Matching full:respout

131 	char *reqout = NULL, *respout = NULL;
406 else if (!strcmp(*args, "-respout"))
411 respout = *args;
588 BIO_printf (bio_err, "-respout file write DER encoded OCSP reponse to \"file\"\n");
805 if (respout)
807 derbio = BIO_new_file(respout, "wb");
810 BIO_printf(bio_err, "Error opening file %s\n", respout);