HomeSort by relevance Sort by last modified time
    Searched full:respout (Results 1 - 1 of 1) sorted by null

  /external/openssl/apps/
ocsp.c 131 char *reqout = NULL, *respout = NULL; local
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);
    [all...]

Completed in 48 milliseconds