diff --git a/docs/cmdline-opts/tls13-ciphers.md b/docs/cmdline-opts/tls13-ciphers.md index 0f5c0fd119..9bccb7748a 100644 --- a/docs/cmdline-opts/tls13-ciphers.md +++ b/docs/cmdline-opts/tls13-ciphers.md @@ -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. diff --git a/docs/cmdline-opts/tlsv1.0.md b/docs/cmdline-opts/tlsv1.0.md index b035bd74f6..e44a1778c0 100644 --- a/docs/cmdline-opts/tlsv1.0.md +++ b/docs/cmdline-opts/tlsv1.0.md @@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, , 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. diff --git a/docs/cmdline-opts/tlsv1.1.md b/docs/cmdline-opts/tlsv1.1.md index cd84798c02..1fa8db8c03 100644 --- a/docs/cmdline-opts/tlsv1.1.md +++ b/docs/cmdline-opts/tlsv1.1.md @@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, , 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. diff --git a/docs/cmdline-opts/tlsv1.2.md b/docs/cmdline-opts/tlsv1.2.md index bb16148f22..bc31b2b295 100644 --- a/docs/cmdline-opts/tlsv1.2.md +++ b/docs/cmdline-opts/tlsv1.2.md @@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, , 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. diff --git a/docs/cmdline-opts/tlsv1.3.md b/docs/cmdline-opts/tlsv1.3.md index 1b5a8a0b03..f38ecc89f0 100644 --- a/docs/cmdline-opts/tlsv1.3.md +++ b/docs/cmdline-opts/tlsv1.3.md @@ -2,7 +2,7 @@ c: Copyright (C) Daniel Stenberg, , 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 diff --git a/docs/cmdline-opts/tlsv1.md b/docs/cmdline-opts/tlsv1.md index 2af42ed987..71e1d42c7e 100644 --- a/docs/cmdline-opts/tlsv1.md +++ b/docs/cmdline-opts/tlsv1.md @@ -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.