-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.SSLVersion
Andrew Lambert edited this page Mar 16, 2017
·
10 revisions
libcURL.EasyHandle.SSLVersion
Dim SSLVersion As libcURL.SSLVersion
Gets and sets the SSL version to use.
Name | Comment |
---|---|
SSLVersion.Default |
Let libcURL decide which SSL version to use. |
SSLVersion.TLSv1 |
TLS version 1.x |
SSLVersion.TLSv1_0 |
TLS version 1.0 only (libcURL >=7.34.0) |
SSLVersion.TLSv1_1 |
TLS version 1.1 only (libcURL >=7.34.0) |
SSLVersion.TLSv1_2 |
TLS version 1.2 only (libcURL >=7.34.0) |
SSLVersion.TLSv1_3 |
TLS version 1.3 only (libcURL >=7.52.0) |
SSLVersion.SSLv2 |
SSL version 2.x |
SSLVersion.SSLv3 |
SSL version 3.x |
- CURLOPT_SSLVERSION in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.