Searched refs:opt_no_proxy (Results 1 – 2 of 2) sorted by relevance
/openssl/apps/ |
H A D | cmp.c | 75 static char *opt_no_proxy = NULL; variable 645 {&opt_server}, {&opt_proxy}, {&opt_no_proxy}, 2119 if (opt_no_proxy != NULL) in setup_client_ctx() 2144 if (opt_no_proxy != NULL && !OSSL_CMP_CTX_set1_no_proxy(ctx, opt_no_proxy)) in setup_client_ctx() 2150 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, use_ssl); in setup_client_ctx() 2774 opt_no_proxy = opt_str(); in get_opts()
|
H A D | ocsp.c | 237 char *opt_no_proxy = NULL; in ocsp_main() local 310 opt_no_proxy = opt_arg(); in ocsp_main() 733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
|
Completed in 18 milliseconds