/curl/docs/cmdline-opts/ |
H A D | version.md | 57 GSS-API is supported. 78 Kerberos V5 authentication is supported. 85 supported. 91 NTLM authentication is supported. 94 NTLM delegation to winbind helper is supported. 102 SPNEGO authentication is supported. 105 SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S 109 SSPI is supported. 112 SRP (Secure Remote Password) authentication is supported for TLS. 115 Debug memory tracking is supported. [all …]
|
H A D | cacert.md | 38 option is supported for backward compatibility with other SSL engines, but it 43 (Schannel only) This option is supported for Schannel in Windows 7 or later 44 (added in 7.60.0). This option is supported for backward compatibility with
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXY_SSLVERSION.md | 69 supported for wolfSSL. 73 The flag defines the maximum supported TLS version as TLSv1.2, or the default 79 The flag defines maximum supported TLS version as TLSv1.0. 84 The flag defines maximum supported TLS version as TLSv1.1. 89 The flag defines maximum supported TLS version as TLSv1.2. 94 The flag defines maximum supported TLS version as TLSv1.3. 131 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_SSLVERSION.md | 83 The flag defines the maximum supported TLS version by libcurl, or the default 90 The flag defines maximum supported TLS version as TLS v1.0. 95 The flag defines maximum supported TLS version as TLS v1.1. 100 The flag defines maximum supported TLS version as TLS v1.2. 105 The flag defines maximum supported TLS version as TLS v1.3. 147 Since 8.10.0 wolfSSL is fully supported. Before 8.10.0 the MAX macros were not 148 supported with wolfSSL and the other macros did not set a minimum, but 157 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_SSL_OPTIONS.md | 42 option to 1 you ask for exactly that. This option is only supported for Secure 48 where such behavior is present. This option is only supported for Schannel 56 does by default. This option is only supported for OpenSSL and fails the 64 present. This option is only supported for Schannel (the native Windows SSL 82 authentication, when requested by the server. This option is only supported 92 is only supported for GnuTLS. This option works on a best effort basis, 126 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_DEFAULT_PROTOCOL.md | 43 supported by libcurl vary depending on how it was built. Use 44 curl_version_info(3) if you need a list of protocol names supported by the 87 CURLE_OK if the option is supported. 91 CURLE_UNKNOWN_OPTION if the option is not supported.
|
H A D | CURLOPT_PROXY_SSL_OPTIONS.md | 44 option to 1 you ask for exactly that. This option is only supported for Secure 50 where such behavior is present. This option is only supported for Schannel 58 does by default. This option is only supported for OpenSSL and fails the 66 present. This option is only supported for Schannel (the native Windows SSL 84 authentication, when requested by the server. This option is only supported 120 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_GSSAPI_DELEGATION.md | 33 flag is set in the service ticket in case this feature is supported by the 64 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_TFTP_BLKSIZE.md | 30 not specified. The specified block size is only used if supported by the 62 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_PROXY_TRANSFER_MODE.md | 67 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the 68 enabled value is not supported.
|
H A D | CURLOPT_SOCKS5_AUTH.md | 31 supported flags are *CURLAUTH_BASIC*, which allows username/password 67 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
H A D | CURLOPT_TCP_FASTOPEN.md | 59 This option is only supported on Linux and macOS 10.11 or later. 65 Returns CURLE_OK if fast open is supported by the operating system, otherwise
|
H A D | CURLINFO_SSL_ENGINES.md | 34 OpenSSL crypto-engines supported. Note that engines are normally implemented 66 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_CAINFO.md | 45 (iOS and macOS) When curl uses Secure Transport this option is supported. If 49 (Schannel) This option is supported for Schannel in Windows 7 or later but we 92 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
H A D | CURLOPT_TRANSFER_ENCODING.md | 40 client. Traditionally, Transfer-Encoding has been much less used and supported 67 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
H A D | CURLOPT_ECH.md | 34 yet supported in OpenSSL releases. In contrast ECH is supported by the latest 41 ECH is attempted, it may fail for various reasons. The keywords supported are:
|
H A D | CURLOPT_PROTOCOLS_STR.md | 49 all, you may enable protocols that were not supported the day you write this 52 curl_version_info(3) can be used to get a list of all supported protocols in 89 CURLE_UNSUPPORTED_PROTOCOL if a listed protocol is not supported or disabled,
|
H A D | CURLOPT_SSH_KNOWNHOSTS.md | 32 format as supported by libssh2. If this file is specified, libcurl only 70 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
H A D | CURLSHOPT_SHARE.md | 44 It is not supported to share cookies between multiple concurrent threads. 60 It is not supported to share SSL sessions between multiple concurrent threads. 67 It is not supported to share connections between multiple concurrent threads. 95 It is not supported to share the HSTS between multiple concurrent threads.
|
H A D | CURLOPT_ACCEPT_ENCODING.md | 41 built-in supported encodings. 44 want in the response. The following encodings are supported: *identity*, 104 /* enable all supported built-in compressions */ 117 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
H A D | CURLOPT_CAPATH.md | 79 CURLE_OK if supported; or an error such as: 81 CURLE_NOT_BUILT_IN - Not supported by the SSL backend
|
H A D | CURLOPT_PROXYAUTH.md | 74 Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or 75 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
|
/curl/tests/data/ |
H A D | test936 | 18 REPLY "AUTH NTLM" 334 NTLM supported 21 REPLY "AUTH PLAIN" 334 PLAIN supported
|
H A D | test1247 | 33 # Protocol "h1234" not supported or disabled in libcurl
|
/curl/tests/http/ |
H A D | test_17_ssl_use.py | 296 supported = ['TLSv1', 'TLSv1.1', 'TLSv1.2', None] 298 supported = ['TLSv1', 'TLSv1.1', 'TLSv1.2', None] 300 supported = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'] 302 supported = ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'] 304 supported = [None, None, 'TLSv1.2', 'TLSv1.3'] 310 if max_ver >= min_ver and tls_proto in supported[max(0, min_ver):min(max_ver, 3)+1]:
|