Home
last modified time | relevance | path

Searched refs:handshake (Results 1 – 25 of 28) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dfalse-start.md18 Use false start during the TLS handshake. False start is a mode where a TLS
20 message, thus saving a round trip when performing a full handshake.
H A Dtcp-fastopen.md19 handshake ACK) if the client and server have been connected previously.
H A Dhttp2.md25 For HTTPS, this means curl negotiates HTTP/2 in the TLS handshake. curl does
H A Dhttp2-prior-knowledge.md25 version in the TLS handshake.
H A Dssl-reqd.md29 LDAPS. Such a transfer always fails if the TLS handshake does not work.
H A Duser.md38 handshake may fail.
H A Dwrite-out.md124 Number of server certificates received in the TLS handshake. Supported only by
214 connect/handshake to the remote host was completed. (Added in 7.19.0)
/curl/docs/libcurl/opts/
H A DCURLOPT_SSL_FALSESTART.md33 handshake. False start is a mode where a TLS client starts sending application
35 when performing a full handshake.
H A DCURLINFO_APPCONNECT_TIME.md18 CURLINFO_APPCONNECT_TIME - get the time until the SSL/SSH handshake is completed
32 start until the SSL/SSH connect/handshake to the remote host was completed.
H A DCURLINFO_APPCONNECT_TIME_T.md18 CURLINFO_APPCONNECT_TIME_T - time until the SSL/SSH handshake completed
32 from the start until the SSL/SSH connect/handshake to the remote host was
H A DCURLOPT_SSL_ENABLE_ALPN.md32 option enables/disables ALPN in the SSL handshake (if the SSL backend libcurl
H A DCURLOPT_SSL_ENABLE_NPN.md34 option enables/disables NPN in the SSL handshake (if the SSL backend libcurl
H A DCURLOPT_SSL_EC_CURVES.md35 SSL handshake (if the SSL backend libcurl is built to use supports it).
H A DCURLOPT_TCP_FASTOPEN.md32 connection handshake, saving up to one full round-trip time (RTT).
H A DCURLOPT_USERNAME.md42 handshake may fail.
H A DCURLOPT_USERPWD.md36 the authentication handshake may fail.
H A DCURLOPT_HTTP_VERSION.md74 handshake. (Added in 7.49.0)
H A DCURLSHOPT_SHARE.md55 object. This reduces the time spent in the SSL handshake when reconnecting to
H A DCURLINFO_TLS_SSL_PTR.md47 the SSL library used for the handshake and a pointer to the respective
/curl/tests/data/
H A Dtest40529 # GnuTLS seems to not fail on its handshake but instead times out which gives
/curl/lib/
H A Dcf-h1-proxy.c580 hyper_task *handshake = NULL; in start_CONNECT() local
628 handshake = hyper_clientconn_handshake(io, options); in start_CONNECT()
629 if(!handshake) { in start_CONNECT()
637 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) { in start_CONNECT()
642 handshake = NULL; /* ownership passed on */ in start_CONNECT()
783 if(handshake) in start_CONNECT()
784 hyper_task_free(handshake); in start_CONNECT()
H A Dc-hyper.c834 hyper_task *handshake = NULL; in Curl_http() local
938 handshake = hyper_clientconn_handshake(io, options); in Curl_http()
939 if(!handshake) { in Curl_http()
947 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) { in Curl_http()
952 handshake = NULL; /* ownership passed on */ in Curl_http()
1181 if(handshake) in Curl_http()
1182 hyper_task_free(handshake); in Curl_http()
/curl/docs/libcurl/
H A Dcurl_easy_getinfo.md47 The time it took from the start until the SSL connect/handshake with the
52 The time it took from the start until the SSL connect/handshake with the
/curl/docs/
H A DKNOWN_BUGS22 2.11 Schannel TLS 1.2 handshake bug in old Windows versions
148 2.11 Schannel TLS 1.2 handshake bug in old Windows versions
150 In old versions of Windows such as 7 and 8.1 the Schannel TLS 1.2 handshake
360 When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake
/curl/lib/vtls/
H A Dgtls.c241 static CURLcode handshake(struct Curl_cfilter *cf, in handshake() function
1726 rc = handshake(cf, data, TRUE, nonblocking); in gtls_connect_common()
1960 CURLcode result = handshake(cf, data, FALSE, FALSE); in gtls_recv()

Completed in 37 milliseconds

12