From 6847733191f3a8d4c475d2a1a8439f6a7edfcd77 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 18 Oct 2024 14:42:34 -0700 Subject: [PATCH] docs: fix a typo in some cipher options --- docs/cmdline-opts/proxy-tls13-ciphers.md | 2 +- docs/cmdline-opts/tls13-ciphers.md | 2 +- docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md | 2 +- docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cmdline-opts/proxy-tls13-ciphers.md b/docs/cmdline-opts/proxy-tls13-ciphers.md index 7a03b0f7c9..72bae4e75d 100644 --- a/docs/cmdline-opts/proxy-tls13-ciphers.md +++ b/docs/cmdline-opts/proxy-tls13-ciphers.md @@ -29,5 +29,5 @@ 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. -Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set +Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set by using the --proxy-ciphers option. diff --git a/docs/cmdline-opts/tls13-ciphers.md b/docs/cmdline-opts/tls13-ciphers.md index 0f1ff33ce8..43220af4da 100644 --- a/docs/cmdline-opts/tls13-ciphers.md +++ b/docs/cmdline-opts/tls13-ciphers.md @@ -27,5 +27,5 @@ 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. -Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set +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/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md b/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md index 2294ec69c0..ba5d97edbc 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md +++ b/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md @@ -90,7 +90,7 @@ wolfSSL support added in 8.10.0. mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0. Rustls support added in 8.10.0. -Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set +Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set by using the CURLOPT_PROXY_SSL_CIPHER_LIST(3) option. # %AVAILABILITY% diff --git a/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md b/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md index e720db7bf9..d2c6226d5c 100644 --- a/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md +++ b/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md @@ -90,7 +90,7 @@ wolfSSL support added in 8.10.0. mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0. Rustls support added in 8.10.0. -Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set +Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set by using the CURLOPT_SSL_CIPHER_LIST(3) option. # %AVAILABILITY% -- 2.47.3