summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/tlsv1.1.d
AgeCommit message (Collapse)Author
2020-09-04docs: add categories to all cmdline optsEmil Engler
Adapted gen.pl with 'listcats' This commit is a part of "--help me if you can" Closes #5680
2019-07-17docs: Explain behavior change in --tlsv1. options since 7.54Jay Satiro
Since 7.54 --tlsv1. options use the specified version or later, however older versions of curl documented it as using just the specified version which may or may not have happened depending on the TLS library. Document this discrepancy to allay confusion for users familiar with the old documentation that expect just the specified version. Fixes https://github.com/curl/curl/issues/4097 Closes https://github.com/curl/curl/pull/4119
2018-09-16curl: update --tlsv* descriptions in --help outputSi
Closes #2994
2018-06-29openssl: make the requested TLS version the *minimum* wantedDaniel 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
2016-11-28cmdline-docs: more options converted and fixedDaniel Stenberg
Now all options are in the new system.