Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg | |
The code treated the set version as the *exact* version to require in the TLS handshake, which is not what other TLS backends do and probably not what most people expect either. Reported-by: Andreas Olsson Assisted-by: Gaurav Malhotra Fixes #2691 Closes #2694 | |||
2018-01-13 | setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values | Jay Satiro | |
Broken since f121575 (precedes 7.56.1). Bug: https://github.com/curl/curl/issues/2225 Reported-by: cmfrolick@users.noreply.github.com Closes https://github.com/curl/curl/pull/2227 | |||
2017-08-12 | docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description | Alessandro Ghedini | |
2017-05-25 | docs/CURLOPT_SSLVERSION.3: Correct define name in example | Phil Crump | |
Closes #1509 | |||
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik | |
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 | |||
2016-11-15 | docs: the next release will be 7.52.0 | Kamil Dudka | |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka | |
Fully implemented with the NSS backend only for now. Reviewed-by: Ray Satiro | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-11-07 | opts: Corrected TLS protocols list to include POP3S rather than POP3 | Steve Holme | |
2014-10-24 | SSL: Remove SSLv3 from SSL default due to POODLE attack | Jay Satiro | |
- 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 | |||
2014-10-21 | opts: provide more and updated examples | Daniel Stenberg | |
2014-10-21 | CURLOPT_SSLVERSION.3: provide an example | Daniel Stenberg | |
2014-06-18 | opts: 29 more options as man pages | Daniel Stenberg | |