Searched refs:SSL_IS_PROXY (Results 1 – 14 of 14) sorted by relevance
133 #define SSL_IS_PROXY() (CURLPROXY_HTTPS == conn->http_proxy.proxytype && \ macro136 #define SSL_SET_OPTION(var) (SSL_IS_PROXY() ? data->set.proxy_ssl.var : \138 #define SSL_CONN_CONFIG(var) (SSL_IS_PROXY() ? \
342 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in cyassl_connect_step1()452 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in cyassl_connect_step2()454 const char * const dispname = SSL_IS_PROXY() ? in cyassl_connect_step2()456 const char * const pinnedpubkey = SSL_IS_PROXY() ? in cyassl_connect_step2()
1514 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in verifyhost()1516 const char * const dispname = SSL_IS_PROXY() ? in verifyhost()2299 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in ossl_connect_step1()2307 long * const certverifyresult = SSL_IS_PROXY() ? in ossl_connect_step1()2517 (!SSL_IS_PROXY() || !conn->bits.tunnel_proxy)) { in ossl_connect_step1()2789 long * const certverifyresult = SSL_IS_PROXY() ? in ossl_connect_step2()2872 const char * const hostname = SSL_IS_PROXY() ? in ossl_connect_step2()2874 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in ossl_connect_step2()3331 long * const certverifyresult = SSL_IS_PROXY() ? in servercert()3349 infof(data, "%s certificate:\n", SSL_IS_PROXY() ? "Proxy" : "Server"); in servercert()[all …]
557 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in gtls_connect_step1()817 (!SSL_IS_PROXY() || !conn->bits.tunnel_proxy)) { in gtls_connect_step1()1034 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in gtls_connect_step3()1314 const char * const dispname = SSL_IS_PROXY() ? in gtls_connect_step3()1381 ptr = SSL_IS_PROXY() ? data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY] : in gtls_connect_step3()
1015 if(SSL_IS_PROXY()) in BadCertHandler()1911 if(SSL_IS_PROXY()) in nss_setup_connect()2057 (!SSL_IS_PROXY() || !conn->bits.tunnel_proxy)) { in nss_setup_connect()2080 if(SSL_SetURL(BACKEND->handle, SSL_IS_PROXY() ? conn->http_proxy.host.name : in nss_setup_connect()2085 if(SSL_SetSockPeerID(BACKEND->handle, SSL_IS_PROXY() ? in nss_setup_connect()2105 long * const certverifyresult = SSL_IS_PROXY() ? in nss_do_connect()2107 const char * const pinnedpubkey = SSL_IS_PROXY() ? in nss_do_connect()
222 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in polarssl_connect_step1()224 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in polarssl_connect_step1()457 const char * const pinnedpubkey = SSL_IS_PROXY() ? in polarssl_connect_step2()
248 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in mbed_connect_step1()250 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in mbed_connect_step1()538 const char * const pinnedpubkey = SSL_IS_PROXY() ? in mbed_connect_step2()
436 char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in schannel_connect_step1()880 char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in schannel_connect_step2()1125 pubkey_ptr = SSL_IS_PROXY() ? in schannel_connect_step2()1209 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in schannel_connect_step3()1986 char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in Curl_schannel_shutdown()
1378 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :1380 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port;1586 (!SSL_IS_PROXY() || !conn->bits.tunnel_proxy)) {2352 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
425 const char * const conn_hostname = SSL_IS_PROXY() ? in Curl_verify_certificate()
94 SSL_IS_PROXY() ? conn->http_proxy.host.name : conn->host.name; in mesalink_connect_step1()
805 const char * const hostname = SSL_IS_PROXY()? conn->http_proxy.host.name: in gskit_connect_step1()1136 ptr = SSL_IS_PROXY() ? data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY] : in gskit_connect_step3()
264 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in Curl_sasl_start()266 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in Curl_sasl_start()416 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name : in Curl_sasl_continue()418 const long int port = SSL_IS_PROXY() ? conn->port : conn->remote_port; in Curl_sasl_continue()
1149 const char * const hostname = SSL_IS_PROXY()? conn->http_proxy.host.name: in Curl_verifyhost()1151 const char * const dispname = SSL_IS_PROXY()? in Curl_verifyhost()