Searched refs:negotiated (Results 1 – 12 of 12) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTP_VERSION.md | 54 negotiated with the server. (Added in 7.33.0) 66 cannot be negotiated with the HTTPS server. For clear text HTTP servers, 73 still do HTTP/2 the standard way with negotiated protocol version in the TLS
|
H A D | CURLOPT_SOCKS5_GSSAPI_NEC.md | 30 negotiation a protection mode is negotiated. The RFC 1961 says in section
|
/curl/docs/cmdline-opts/ |
H A D | socks5-gssapi-nec.md | 17 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
|
H A D | http2-prior-knowledge.md | 24 HTTPS requests still do HTTP/2 the standard way with negotiated protocol
|
/curl/lib/vtls/ |
H A D | vtls.c | 479 Curl_safefree(ctx->negotiated.alpn); in cf_ctx_free() 1882 if(connssl->negotiated.alpn) { in Curl_alpn_set_negotiated() 1889 connssl->negotiated.alpn); in Curl_alpn_set_negotiated() 1893 else if((strlen(connssl->negotiated.alpn) != proto_len) || in Curl_alpn_set_negotiated() 1894 memcmp(connssl->negotiated.alpn, proto, proto_len)) { in Curl_alpn_set_negotiated() 1897 connssl->negotiated.alpn, (int)proto_len, proto); in Curl_alpn_set_negotiated() 1903 connssl->negotiated.alpn); in Curl_alpn_set_negotiated() 1914 connssl->negotiated.alpn = malloc(proto_len + 1); in Curl_alpn_set_negotiated() 1915 if(!connssl->negotiated.alpn) in Curl_alpn_set_negotiated() 1917 memcpy(connssl->negotiated.alpn, proto, proto_len); in Curl_alpn_set_negotiated() [all …]
|
H A D | vtls_int.h | 116 } negotiated; member
|
H A D | bearssl.c | 838 connssl->negotiated.alpn, in bearssl_connect_step3()
|
H A D | mbedtls.c | 1174 connssl->negotiated.alpn, 0, -1,
|
H A D | wolfssl.c | 462 connssl->negotiated.alpn); in wssl_vtls_new_session_cb()
|
H A D | gtls.c | 790 connssl->negotiated.alpn); in cf_gtls_update_session_id()
|
H A D | openssl.c | 2930 SSL_version(ssl), connssl->negotiated.alpn); in ossl_new_session_cb()
|
/curl/docs/libcurl/ |
H A D | curl_global_trace.md | 93 "h2-proxy" are also involved, depending on the HTTP version negotiated with
|
Completed in 51 milliseconds