curl.1: add a few see also --tls-max

Closes #8929
This commit is contained in:
Daniel Stenberg 2022-05-27 16:51:05 +02:00
parent a77d14d22a
commit f51ffdb35f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Protocols: TLS
Added: 7.34.0
Category: tls
Example: --tlsv1.1 $URL
See-also: tlsv1.3
See-also: tlsv1.3 tls-max
---
Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.

View File

@ -4,7 +4,7 @@ Protocols: TLS
Added: 7.34.0
Category: tls
Example: --tlsv1.2 $URL
See-also: tlsv1.3
See-also: tlsv1.3 tls-max
---
Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.

View File

@ -4,7 +4,7 @@ Protocols: TLS
Added: 7.52.0
Category: tls
Example: --tlsv1.3 $URL
See-also: tlsv1.2
See-also: tlsv1.2 tls-max
---
Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
server.