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

  /external/openssl/apps/
ocsp.c 130 char *reqin = NULL, *respin = NULL; local
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");
    [all...]

Completed in 54 milliseconds