mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
6448f98c18
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
25 lines
440 B
D
25 lines
440 B
D
Long: tls-max
|
|
Arg: <VERSION>
|
|
Tags: Versions
|
|
Protocols: SSL
|
|
Added: 7.54.0
|
|
Requires: TLS
|
|
See-also: tlsv1.0 tlsv1.1 tlsv1.2
|
|
Help: Use TLSv1.0 or greater
|
|
---
|
|
VERSION defines maximum supported TLS version. A minimum is defined
|
|
by arguments tlsv1.0 or tlsv1.1 or tlsv1.2.
|
|
|
|
.RS
|
|
.IP "default"
|
|
Use up to recommended TLS version.
|
|
.IP "1.0"
|
|
Use up to TLSv1.0.
|
|
.IP "1.1"
|
|
Use up to TLSv1.1.
|
|
.IP "1.2"
|
|
Use up to TLSv1.2.
|
|
.IP "1.3"
|
|
Use up to TLSv1.3.
|
|
.RE
|