or later -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:43:02 +02:00
parent ccb637e5e3
commit 1d5dc6d2f9
No known key found for this signature in database
36 changed files with 106 additions and 103 deletions

View file

@ -26,8 +26,8 @@ Read up on TLS 1.3 cipher 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 later,
Schannel, wolfSSL, or mbedTLS 3.6.0 or later.
This option is used when curl is built to use OpenSSL 1.1.1 or higher,
Schannel, wolfSSL, or mbedTLS 3.6.0 or higher.
Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set
by using the --proxy-ciphers option.

View file

@ -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 later,
wolfSSL, or mbedTLS 3.6.0 or later.
This option is used when curl is built to use OpenSSL 1.1.1 or higher,
wolfSSL, or mbedTLS 3.6.0 or higher.
Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set
by using the --ciphers option.

View file

@ -15,7 +15,8 @@ Example:
# `--tlsv1.0`
Force curl to use TLS version 1.0 or later when connecting to a remote TLS server.
Force curl to use TLS version 1.0 or higher when connecting to a remote TLS
server.
In old versions of curl this option was documented to allow _only_ TLS 1.0.
That behavior was inconsistent depending on the TLS library. Use --tls-max if

View file

@ -16,7 +16,8 @@ Example:
# `--tlsv1.1`
Force curl to use TLS version 1.1 or later when connecting to a remote TLS server.
Force curl to use TLS version 1.1 or higher when connecting to a remote TLS
server.
In old versions of curl this option was documented to allow _only_ TLS 1.1.
That behavior was inconsistent depending on the TLS library. Use --tls-max if

View file

@ -16,7 +16,8 @@ Example:
# `--tlsv1.2`
Force curl to use TLS version 1.2 or later when connecting to a remote TLS server.
Force curl to use TLS version 1.2 or higher when connecting to a remote TLS
server.
In old versions of curl this option was documented to allow _only_ TLS 1.2.
That behavior was inconsistent depending on the TLS library. Use --tls-max if

View file

@ -16,7 +16,7 @@ Example:
# `--tlsv1.3`
Force curl to use TLS version 1.3 or later when connecting to a remote TLS
Force curl to use TLS version 1.3 or higher when connecting to a remote TLS
server.
If the connection is done without TLS, this option has no effect. This

View file

@ -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 higher.