Searched defs:reqout (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Docsp.c132 char *reqout = NULL, *respout = NULL; local
407 else if (!strcmp(*args, "-reqout"))
412 reqout = *args;
597 BIO_printf (bio_err, "-reqout file write DER encoded OCSP request to \"file\"\n");
709 if (!req && (signfile || reqout || host || add_nonce || ridx_filename))
747 if (reqout)
749 derbio = BIO_new_file(reqout, "wb");
752 BIO_printf(bio_err, "Error opening file %s\n", reqout);

Completed in 255 milliseconds