Imported Upstream version 7.59.0
[platform/upstream/curl.git] / docs / cmdline-opts / tls-max.d
1 Long: tls-max
2 Arg: <VERSION>
3 Tags: Versions
4 Protocols: SSL
5 Added: 7.54.0
6 Requires: TLS
7 See-also: tlsv1.0 tlsv1.1 tlsv1.2
8 Help: Use TLSv1.0 or greater
9 ---
10 VERSION defines maximum supported TLS version. A minimum is defined
11 by arguments tlsv1.0 or tlsv1.1 or tlsv1.2.
12
13 .RS
14 .IP "default"
15 Use up to recommended TLS version.
16 .IP "1.0"
17 Use up to TLSv1.0.
18 .IP "1.1"
19 Use up to TLSv1.1.
20 .IP "1.2"
21 Use up to TLSv1.2.
22 .IP "1.3"
23 Use up to TLSv1.3.
24 .RE