Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 27) sorted by relevance

12

/curl/lib/vtls/
H A Dvtls.c185 data->set.ssl.primary.verifypeer = TRUE; in Curl_ssl_easy_config_init()
186 data->set.ssl.primary.verifyhost = TRUE; in Curl_ssl_easy_config_init()
299 data->set.ssl.primary.cipher_list = in Curl_ssl_easy_config_complete()
301 data->set.ssl.primary.cipher_list13 = in Curl_ssl_easy_config_complete()
303 data->set.ssl.primary.pinned_key = in Curl_ssl_easy_config_complete()
326 data->set.proxy_ssl.primary.pinned_key = in Curl_ssl_easy_config_complete()
335 data->set.proxy_ssl.primary.CRLfile = in Curl_ssl_easy_config_complete()
344 data->set.proxy_ssl.primary.username = in Curl_ssl_easy_config_complete()
346 data->set.proxy_ssl.primary.password = in Curl_ssl_easy_config_complete()
384 src = for_proxy ? &data->set.proxy_ssl.primary : &data->set.ssl.primary; in Curl_ssl_conn_config_update()
[all …]
H A Dschannel.c553 if(data->set.ssl.primary.clientcert || data->set.ssl.primary.cert_blob) { in schannel_acquire_credential_handle()
563 bool blob = data->set.ssl.primary.cert_blob != NULL; in schannel_acquire_credential_handle()
566 certdata = data->set.ssl.primary.cert_blob->data; in schannel_acquire_credential_handle()
567 certsize = data->set.ssl.primary.cert_blob->len; in schannel_acquire_credential_handle()
571 data->set.ssl.primary.clientcert); in schannel_acquire_credential_handle()
584 data->set.ssl.primary.clientcert); in schannel_acquire_credential_handle()
609 "(memory blob)" : data->set.ssl.primary.clientcert; in schannel_acquire_credential_handle()
630 data->set.ssl.primary.clientcert); in schannel_acquire_credential_handle()
742 if(data->set.ssl.primary.clientcert || data->set.ssl.primary.cert_blob) { in schannel_acquire_credential_handle()
956 if(ssl_config->primary.cache_session) { in schannel_connect_step1()
[all …]
H A Dwolfssl.c735 !ssl_config->primary.CRLfile && in Curl_wssl_setup_x509_store()
1006 if(ssl_config->primary.cert_blob || ssl_config->primary.clientcert) { in wolfssl_connect_step1()
1007 const char *cert_file = ssl_config->primary.clientcert; in wolfssl_connect_step1()
1009 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1()
1054 if(ssl_config->primary.cert_blob) { in wolfssl_connect_step1()
1055 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1()
1193 if(ssl_config->primary.cache_session) { in wolfssl_connect_step1()
H A Dmbedtls.c572 char * const ssl_cert = ssl_config->primary.clientcert;
573 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob;
574 const char * const ssl_crlfile = ssl_config->primary.CRLfile;
877 if(ssl_config->primary.cache_session) {
1134 if(ssl_config->primary.cache_session) {
H A Dgtls.c687 !ssl_config->primary.CRLfile && in Curl_gtls_client_trust_setup()
734 if(!ssl_config->primary.cache_session) in Curl_gtls_update_session_id()
1328 if(ssl_config->primary.username && !config->verifypeer && in Curl_gtls_verifyserver()
1394 ssl_config->primary.CRLfile ? in Curl_gtls_verifyserver()
1395 ssl_config->primary.CRLfile : "none"); in Curl_gtls_verifyserver()
H A Dopenssl.c2897 if(config->primary.cache_session) { in Curl_ossl_add_session()
3157 const char * const ssl_crlfile = ssl_config->primary.CRLfile; in populate_x509_store()
3446 !ssl_config->primary.CRLfile && in Curl_ssl_setup_x509_store()
3496 char * const ssl_cert = ssl_config->primary.clientcert; in Curl_ossl_ctx_init()
3497 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob; in Curl_ossl_ctx_init()
3740 if(ssl_config->primary.username && Curl_auth_allowed_to_host(data)) { in Curl_ossl_ctx_init()
3741 char * const ssl_username = ssl_config->primary.username; in Curl_ossl_ctx_init()
3742 char * const ssl_password = ssl_config->primary.password; in Curl_ossl_ctx_init()
3975 if(ssl_config->primary.cache_session) { in Curl_ossl_ctx_init()
H A Dbearssl.c611 if(ssl_config->primary.cache_session) { in bearssl_connect_step1()
834 if(ssl_config->primary.cache_session) { in bearssl_connect_step3()
H A Dsectransp.c1043 char * const ssl_cert = ssl_config->primary.clientcert;
1044 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob;
1331 if(ssl_config->primary.cache_session) {
/curl/lib/
H A Dgetinfo.c80 memset(&info->primary, 0, sizeof(info->primary)); in Curl_initinfo()
81 info->primary.remote_port = -1; in Curl_initinfo()
82 info->primary.local_port = -1; in Curl_initinfo()
156 *param_charp = data->info.primary.remote_ip; in getinfo_char()
161 *param_charp = data->info.primary.local_ip; in getinfo_char()
293 *param_longp = data->info.primary.remote_port; in getinfo_long()
297 *param_longp = data->info.primary.local_port; in getinfo_long()
H A Dldap.c379 server = ldap_sslinit(host, (curl_ldap_num_t)conn->primary.remote_port, 1); in ldap_do()
425 server = ldapssl_init(host, conn->primary.remote_port, 1); in ldap_do()
428 conn->host.dispname, conn->primary.remote_port); in ldap_do()
466 server = ldap_init(host, conn->primary.remote_port); in ldap_do()
469 conn->host.dispname, conn->primary.remote_port); in ldap_do()
509 server = ldap_init(host, (curl_ldap_num_t)conn->primary.remote_port); in ldap_do()
512 conn->host.dispname, conn->primary.remote_port); in ldap_do()
H A Dsetopt.c461 struct ssl_primary_config *primary = &data->set.ssl.primary; in setopt_long() local
464 primary = &data->set.proxy_ssl.primary; in setopt_long()
477 primary->version = (unsigned char)version; in setopt_long()
715 data->set.proxy_ssl.primary.verifypeer = enabled; in setopt_long()
724 data->set.proxy_ssl.primary.verifyhost = enabled; in setopt_long()
937 data->set.ssl.primary.verifypeer = enabled; in setopt_long()
973 data->set.ssl.primary.verifyhost = enabled; in setopt_long()
985 data->set.ssl.primary.verifystatus = enabled; in setopt_long()
1117 data->set.ssl.primary.cache_session = enabled; in setopt_long()
1119 data->set.proxy_ssl.primary.cache_session = in setopt_long()
[all …]
H A Dconnect.c363 struct eyeballer *primary; /* eyeballer this one is backup for */ member
405 struct eyeballer *primary, in eyeballer_new() argument
425 baller->primary = primary; in eyeballer_new()
693 if((baller->primary && baller->primary->is_done) || in is_connected()
746 hostname, conn->primary.remote_port, in is_connected()
H A Durl.c1289 CURL_CONN_HOST_DISPNAME(conn), conn->primary.remote_ip, in Curl_verboseconnect()
1290 conn->primary.remote_port); in Curl_verboseconnect()
1325 conn->primary.remote_port = -1; /* unknown at this point */ in allocate_conn()
1927 conn->primary.remote_port = conn->remote_port =
2005 if(conn->primary.remote_port < 0)
2008 conn->primary.remote_port = p->defport;
2014 port = conn->primary.remote_port;
2275 if(conn->primary.remote_port < 0 || sockstype ||
2277 conn->primary.remote_port = port;
3236 conn->primary.remote_port = conn->bits.conn_to_port ? conn->conn_to_port :
[all …]
H A Durldata.h317 struct ssl_primary_config primary; member
834 struct ip_quadruple primary; member
1041 struct ip_quadruple primary; member
H A Dmulti.c2289 data->info.primary.remote_ip,
2290 data->info.primary.local_ip,
2291 data->info.primary.remote_port,
2292 data->info.primary.local_port);
2490 dns = Curl_fetch_addr(data, hostname, conn->primary.remote_port);
H A Dsocks.c344 dns = Curl_fetch_addr(data, sx->hostname, conn->primary.remote_port); in do_SOCKS4()
H A Dcf-socket.c1632 data->info.primary = ctx->ip; in cf_socket_update_data()
1646 cf->conn->primary = ctx->ip; in cf_socket_active()
H A Dcfilters.c82 *pport = cf->conn->primary.remote_port; in Curl_cf_def_get_host()
/curl/docs/libcurl/opts/
H A DCURLOPT_PREREQFUNCTION.md61 A null-terminated pointer to a C string containing the primary IP of the
73 The primary port number on the remote server established with this connection.
/curl/tests/data/
H A Dtest105177 # The primary reason libcurl sends the data part twice in this test is that
H A Dtest105273 # The primary reason libcurl sends the data part twice in this test is that
/curl/lib/vquic/
H A Dvquic-tls.c223 if(ssl_config->primary.cache_session) { in wssl_init_ssl()
H A Dcurl_ngtcp2.c2211 if(ssl_config->primary.cache_session) { in tls_ctx_setup()
2227 if(ssl_config->primary.cache_session) { in tls_ctx_setup()
2238 if(ssl_config->primary.cache_session) { in tls_ctx_setup()
/curl/docs/libcurl/
H A Dlibcurl-env.md60 checked as the primary way to find the "current" home directory in which
/curl/tests/server/
H A Dsws.c1457 bool primary = FALSE; in http_connect() local
1485 primary = TRUE; in http_connect()
1769 primary = FALSE; in http_connect()
1783 primary = FALSE; in http_connect()
1794 if(!primary) in http_connect()

Completed in 137 milliseconds

12