comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/tls-max.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
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 tlsv1.3
8 Help: Set maximum allowed TLS version
9 ---
10 VERSION defines maximum supported TLS version. The minimum acceptable version
11 is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
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