diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-16 20:18:15 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-16 20:18:18 +0100 |
commit | 75b9b26465d5f01b52564293c2d553649f801f70 (patch) | |
tree | da4a64b50ff89eb84a115fca1704c27fb34e8862 /docs/libcurl/curl_easy_setopt.3 | |
parent | 2c84ffe1549ea7d5029ba7863f53013562e6758d (diff) |
DOCS: Added libcurl version number to CURLOPT_SSLVERSION
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 77fc550e1..b9d834b93 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -2410,6 +2410,8 @@ Even though this option doesn't need any parameter, in some configurations arguments. Therefore, it's recommended to pass 1 as parameter to this option. .IP CURLOPT_SSLVERSION Pass a long as parameter to control what version of SSL/TLS to attempt to use. +(Added in 7.9.2) + The available options are: .RS .IP CURL_SSLVERSION_DEFAULT @@ -2423,11 +2425,11 @@ Force SSLv2 .IP CURL_SSLVERSION_SSLv3 Force SSLv3 .IP CURL_SSLVERSION_TLSv1_0 -Force TLSv1.0 +Force TLSv1.0 (Added in 7.34.0) .IP CURL_SSLVERSION_TLSv1_1 -Force TLSv1.1 +Force TLSv1.1 (Added in 7.34.0) .IP CURL_SSLVERSION_TLSv1_2 -Force TLSv1.2 +Force TLSv1.2 (Added in 7.34.0) .RE .IP CURLOPT_SSL_VERIFYPEER Pass a long as parameter. By default, curl assumes a value of 1. |