mirror of
https://github.com/curl/curl.git
synced 2026-06-13 11:05:38 +03:00
or higher -> or greater 11 docs 2
This commit is contained in:
parent
5df6c95d1b
commit
4b2c4c9e2e
6 changed files with 12 additions and 12 deletions
|
|
@ -24,8 +24,8 @@ suite details on this URL:
|
|||
|
||||
https://curl.se/docs/ssl-ciphers.html
|
||||
|
||||
This option is used when curl is built to use OpenSSL 1.1.1 or higher,
|
||||
wolfSSL, or mbedTLS 3.6.0 or higher.
|
||||
This option is used when curl is built to use OpenSSL 1.1.1 or greater,
|
||||
wolfSSL, or mbedTLS 3.6.0 or greater.
|
||||
|
||||
Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set
|
||||
by using the --ciphers option.
|
||||
|
|
|
|||
|
|
@ -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 higher
|
||||
Help: TLSv1.0 or greater
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
@ -15,7 +15,7 @@ Example:
|
|||
|
||||
# `--tlsv1.0`
|
||||
|
||||
Force curl to use TLS version 1.0 or higher when connecting to a remote TLS
|
||||
Force curl to use TLS version 1.0 or greater when connecting to a remote TLS
|
||||
server.
|
||||
|
||||
In old versions of curl this option was documented to allow _only_ TLS 1.0.
|
||||
|
|
|
|||
|
|
@ -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 higher
|
||||
Help: TLSv1.1 or greater
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
@ -16,7 +16,7 @@ Example:
|
|||
|
||||
# `--tlsv1.1`
|
||||
|
||||
Force curl to use TLS version 1.1 or higher when connecting to a remote TLS
|
||||
Force curl to use TLS version 1.1 or greater when connecting to a remote TLS
|
||||
server.
|
||||
|
||||
In old versions of curl this option was documented to allow _only_ TLS 1.1.
|
||||
|
|
|
|||
|
|
@ -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 higher
|
||||
Help: TLSv1.2 or greater
|
||||
Protocols: TLS
|
||||
Added: 7.34.0
|
||||
Category: tls
|
||||
|
|
@ -16,7 +16,7 @@ Example:
|
|||
|
||||
# `--tlsv1.2`
|
||||
|
||||
Force curl to use TLS version 1.2 or higher when connecting to a remote TLS
|
||||
Force curl to use TLS version 1.2 or greater when connecting to a remote TLS
|
||||
server.
|
||||
|
||||
In old versions of curl this option was documented to allow _only_ TLS 1.2.
|
||||
|
|
|
|||
|
|
@ -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 higher
|
||||
Help: TLSv1.3 or greater
|
||||
Protocols: TLS
|
||||
Added: 7.52.0
|
||||
Category: tls
|
||||
|
|
@ -16,7 +16,7 @@ Example:
|
|||
|
||||
# `--tlsv1.3`
|
||||
|
||||
Force curl to use TLS version 1.3 or higher when connecting to a remote TLS
|
||||
Force curl to use TLS version 1.3 or greater when connecting to a remote TLS
|
||||
server.
|
||||
|
||||
If the connection is done without TLS, this option has no effect. This
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Protocols: TLS
|
|||
Added: 7.9.2
|
||||
Mutexed: tlsv1.1 tlsv1.2 tlsv1.3
|
||||
Requires: TLS
|
||||
Help: TLSv1.0 or higher
|
||||
Help: TLSv1.0 or greater
|
||||
Category: tls
|
||||
Multi: mutex
|
||||
See-also:
|
||||
|
|
@ -21,4 +21,4 @@ Example:
|
|||
# `--tlsv1`
|
||||
|
||||
Use at least TLS version 1.x when negotiating with a remote TLS server. That
|
||||
means TLS version 1.0 or higher.
|
||||
means TLS version 1.0 or greater.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue