Lines Matching full:responder
121 OPT_SECTION("Responder"),
123 "Connection timeout (in seconds) to the OCSP responder"},
127 {"multi", OPT_MULTI, 'p', "run multiple responder processes"},
144 "Responder certificate to sign responses with"},
145 {"rkey", OPT_RKEY, '<', "Responder key to sign responses with"},
146 {"passin", OPT_PASSIN, 's', "Responder key pass phrase source"},
155 {"url", OPT_URL, 's', "Responder URL"},
157 {"port", OPT_PORT, 'N', "Port to run responder on"},
585 rsigner = load_cert(rsignfile, FORMAT_UNDEF, "responder certificate"); in ocsp_main()
587 BIO_printf(bio_err, "Error loading responder certificate\n"); in ocsp_main()
594 "responder other certificates")) in ocsp_main()
602 "responder private key"); in ocsp_main()
610 "Responder mode requires certificate, key, and CA.\n"); in ocsp_main()
771 BIO_printf(out, "Responder Error: %s (%d)\n", in ocsp_main()
781 /* If running as responder don't verify our own response */ in ocsp_main()
1263 BIO_printf(bio_err, "Error querying OCSP responder\n"); in process_responder()