Lines Matching refs:version
21 CURLOPT_SSLVERSION - preferred TLS/SSL version
28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSLVERSION, long version);
33 Pass a long as parameter to control which version range of SSL/TLS versions to
37 version to be more and more secure in this order through history: SSL v2,
44 The default acceptable version range. The minimum acceptable version is by
77 The maximum TLS version can be set by using *one* of the
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.
111 documented to allow *only* the specified TLS version, but behavior was
129 /* ask libcurl to use TLS version 1.0 or later */
149 restricted the TLS version to only the specified one.