summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_SSLVERSION.3
Commit message (Collapse)AuthorAgeFilesLines
* docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump2017-05-251-1/+1
| | | | Closes #1509
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-2/+20
| | | | | | | This commit introduces the CURL_SSLVERSION_MAX_* constants as well as the --tls-max option of the curl tool. Closes https://github.com/curl/curl/pull/1166
* docs: the next release will be 7.52.0Kamil Dudka2016-11-151-1/+1
|
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+2
| | | | | | Fully implemented with the NSS backend only for now. Reviewed-by: Ray Satiro
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* opts: Corrected TLS protocols list to include POP3S rather than POP3Steve Holme2015-11-071-2/+2
|
* SSL: Remove SSLv3 from SSL default due to POODLE attackJay Satiro2014-10-241-1/+3
| | | | | | | | | - Remove SSLv3 from SSL default in darwinssl, schannel, cyassl, nss, openssl effectively making the default TLS 1.x. axTLS is not affected since it supports only TLS, and gnutls is not affected since it already defaults to TLS 1.x. - Update CURLOPT_SSLVERSION doc
* opts: provide more and updated examplesDaniel Stenberg2014-10-211-1/+1
|
* CURLOPT_SSLVERSION.3: provide an exampleDaniel Stenberg2014-10-211-2/+15
|
* opts: 29 more options as man pagesDaniel Stenberg2014-06-181-0/+63