-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.SSLVersion
Andrew Lambert edited this page Jul 17, 2020
·
6 revisions
libcURL.SSLVersion
Protected Enum SSLVersion
Default
TLSv1
TLSv1_0
TLSv1_1
TLSv1_2
TLSv1_3
SSLv2
SSLv3Used in the EasyHandle class to control the use of SSL/TLS.
| SSLVersion | Comment |
|---|---|
Default |
Let libcURL decide which SSL version to use. |
TLSv1 |
TLS version 1.x |
TLSv1_0 |
TLS version 1.0 only (libcURL >=7.34.0) |
TLSv1_1 |
TLS version 1.1 only (libcURL >=7.34.0) |
TLSv1_2 |
TLS version 1.2 only (libcURL >=7.34.0) |
TLSv1_3 |
TLS version 1.3 only (libcURL >=7.52.0) |
SSLv2 |
SSL version 2.x |
SSLv3 |
SSL version 3.x |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.