mirror of
https://github.com/curl/curl.git
synced 2026-07-26 05:47:16 +03:00
or greater -> higher
This commit is contained in:
parent
a2e9dfa9f0
commit
c4707f2890
6 changed files with 10 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: tlsv1.0
|
||||
Help: TLSv1.0 or greater
|
||||
Help: TLSv1.0 or higher
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: tlsv1.1
|
||||
Help: TLSv1.1 or greater
|
||||
Help: TLSv1.1 or higher
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: tlsv1.2
|
||||
Help: TLSv1.2 or greater
|
||||
Help: TLSv1.2 or higher
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: tlsv1.3
|
||||
Help: TLSv1.3 or greater
|
||||
Help: TLSv1.3 or higher
|
||||
Protocols: TLS
|
||||
Added: 7.52.0
|
||||
Category: tls
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Protocols: TLS
|
|||
Added: 7.9.2
|
||||
Mutexed: tlsv1.1 tlsv1.2 tlsv1.3
|
||||
Requires: TLS
|
||||
Help: TLSv1.0 or greater
|
||||
Help: TLSv1.0 or higher
|
||||
Category: tls
|
||||
Multi: mutex
|
||||
See-also:
|
||||
|
|
|
|||
|
|
@ -789,19 +789,19 @@ const struct helptxt helptext[] = {
|
|||
"TLS username",
|
||||
CURLHELP_TLS | CURLHELP_AUTH },
|
||||
{ "-1, --tlsv1",
|
||||
"TLSv1.0 or greater",
|
||||
"TLSv1.0 or higher",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.0",
|
||||
"TLSv1.0 or greater",
|
||||
"TLSv1.0 or higher",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.1",
|
||||
"TLSv1.1 or greater",
|
||||
"TLSv1.1 or higher",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.2",
|
||||
"TLSv1.2 or greater",
|
||||
"TLSv1.2 or higher",
|
||||
CURLHELP_TLS },
|
||||
{ " --tlsv1.3",
|
||||
"TLSv1.3 or greater",
|
||||
"TLSv1.3 or higher",
|
||||
CURLHELP_TLS },
|
||||
{ " --tr-encoding",
|
||||
"Request compressed transfer encoding",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue