Searched refs:opt_proxy (Results 1 – 3 of 3) sorted by relevance
/openssl/util/ |
H A D | check-format-test-negatives.c | 410 {&opt_server}, {&opt_proxy}, {&opt_path},
|
/openssl/apps/ |
H A D | cmp.c | 74 static char *opt_proxy = NULL; variable 645 {&opt_server}, {&opt_proxy}, {&opt_no_proxy}, 2117 if (opt_proxy != NULL) in setup_client_ctx() 2142 if (opt_proxy != NULL && !OSSL_CMP_CTX_set1_proxy(ctx, opt_proxy)) in setup_client_ctx() 2150 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, use_ssl); in setup_client_ctx() 2771 opt_proxy = opt_str(); in get_opts()
|
H A D | ocsp.c | 236 char *opt_proxy = NULL; in ocsp_main() local 307 opt_proxy = opt_arg(); in ocsp_main() 733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
|
Completed in 17 milliseconds