summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-tls13-ciphers.d
Commit message (Collapse)AuthorAgeFilesLines
* docs: add categories to all cmdline optsEmil Engler2020-09-041-0/+1
| | | | | | | | Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
* tls13-docs: mention it is only for OpenSSL >= 1.1.1Daniel Stenberg2019-06-021-0/+4
| | | | | | | Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+12
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