mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
parent
55dbcb061d
commit
093ba904c9
@ -1,5 +1,5 @@
|
|||||||
Long: tlsv1.0
|
Long: tlsv1.0
|
||||||
Help: Use TLSv1.0
|
Help: Use TLSv1.0 or greater
|
||||||
Protocols: TLS
|
Protocols: TLS
|
||||||
Added: 7.34.0
|
Added: 7.34.0
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Long: tlsv1.1
|
Long: tlsv1.1
|
||||||
Help: Use TLSv1.1
|
Help: Use TLSv1.1 or greater
|
||||||
Protocols: TLS
|
Protocols: TLS
|
||||||
Added: 7.34.0
|
Added: 7.34.0
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Long: tlsv1.2
|
Long: tlsv1.2
|
||||||
Help: Use TLSv1.2
|
Help: Use TLSv1.2 or greater
|
||||||
Protocols: TLS
|
Protocols: TLS
|
||||||
Added: 7.34.0
|
Added: 7.34.0
|
||||||
---
|
---
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Long: tlsv1.3
|
Long: tlsv1.3
|
||||||
Help: Use TLSv1.3
|
Help: Use TLSv1.3 or greater
|
||||||
Protocols: TLS
|
Protocols: TLS
|
||||||
Added: 7.52.0
|
Added: 7.52.0
|
||||||
---
|
---
|
||||||
|
@ -449,13 +449,13 @@ static const struct helptxt helptext[] = {
|
|||||||
{"-1, --tlsv1",
|
{"-1, --tlsv1",
|
||||||
"Use TLSv1.0 or greater"},
|
"Use TLSv1.0 or greater"},
|
||||||
{" --tlsv1.0",
|
{" --tlsv1.0",
|
||||||
"Use TLSv1.0"},
|
"Use TLSv1.0 or greater"},
|
||||||
{" --tlsv1.1",
|
{" --tlsv1.1",
|
||||||
"Use TLSv1.1"},
|
"Use TLSv1.1 or greater"},
|
||||||
{" --tlsv1.2",
|
{" --tlsv1.2",
|
||||||
"Use TLSv1.2"},
|
"Use TLSv1.2 or greater"},
|
||||||
{" --tlsv1.3",
|
{" --tlsv1.3",
|
||||||
"Use TLSv1.3"},
|
"Use TLSv1.3 or greater"},
|
||||||
{" --tr-encoding",
|
{" --tr-encoding",
|
||||||
"Request compressed transfer encoding"},
|
"Request compressed transfer encoding"},
|
||||||
{" --trace <file>",
|
{" --trace <file>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user