Searched refs:proxy_host (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/http/ |
H A D | http_client.c | 1043 char *proxy_host = NULL, *proxy_port = NULL; in OSSL_HTTP_open() local 1054 &proxy_host, &proxy_port, NULL /* num */, in OSSL_HTTP_open() 1057 cbio = http_new_bio(server, port, use_ssl, proxy_host, proxy_port); in OSSL_HTTP_open() 1058 OPENSSL_free(proxy_host); in OSSL_HTTP_open()
|
/openssl/apps/ |
H A D | cmp.c | 2097 const char *proxy_host = NULL; in setup_client_ctx() local 2150 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, use_ssl); in setup_client_ctx() 2151 if (proxy_host != NULL) in setup_client_ctx() 2152 (void)BIO_snprintf(proxy_buf, sizeof(proxy_buf), " via %s", proxy_host); in setup_client_ctx() 2255 info->use_proxy = proxy_host != NULL; in setup_client_ctx()
|
Completed in 20 milliseconds