Searched refs:respin (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtocsp11 $cmd ocsp -respin - -partial_chain $check_time -trusted_first \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtocsp11 $cmd ocsp -respin - -partial_chain $check_time -trusted_first \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c100 char *reqin = NULL, *respin = NULL; local
234 else if (!strcmp(*args, "-respin"))
239 respin = *args;
506 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
527 BIO_printf (bio_err, "-respin file read DER encoded OCSP reponse from \"file\"\n");
753 else if (respin)
755 derbio = BIO_new_file(respin, "rb");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Docsp.c137 char *reqin = NULL, *respin = NULL; local
286 } else if (!strcmp(*args, "-respin")) {
289 respin = *args;
493 if (!req && !reqin && !respin && !(port && ridx_filename))
525 "-respin file read DER encoded OCSP reponse from \"file\"\n");
747 } else if (respin) {
748 if (!strcmp(respin, "-"))
751 derbio = BIO_new_file(respin, "rb");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c137 char *reqin = NULL, *respin = NULL; local
286 } else if (!strcmp(*args, "-respin")) {
289 respin = *args;
493 if (!req && !reqin && !respin && !(port && ridx_filename))
525 "-respin file read DER encoded OCSP reponse from \"file\"\n");
747 } else if (respin) {
748 if (!strcmp(respin, "-"))
751 derbio = BIO_new_file(respin, "rb");

Completed in 127 milliseconds