Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | |
Closes #4547 | |||
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg | |
Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946 | |||
2018-10-10 | docs: add "see also" links for SSL options | Michael Kaufmann | |
- link TLS 1.2 and TLS 1.3 options - link proxy and non-proxy options Closes #3121 | |||
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg | |
Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS. curl: added --tls13-ciphers and --proxy-tls13-ciphers Fixes #2435 Reported-by: zzq1015 on github Closes #2607 |