]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix a typo in some cipher options
authorDan Fandrich <dan@coneharvesters.com>
Fri, 18 Oct 2024 21:42:34 +0000 (14:42 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 18 Oct 2024 21:42:34 +0000 (14:42 -0700)
docs/cmdline-opts/proxy-tls13-ciphers.md
docs/cmdline-opts/tls13-ciphers.md
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md
docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md

index 7a03b0f7c9cb5060847fbc7e4e167cac942a19e7..72bae4e75d472752020807114c93e04988cc0d23 100644 (file)
@@ -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.
index 0f1ff33ce8c18ebb4b5323e5550ee53ff0c13f23..43220af4da73f00694db8ef4c93dcba0c59d7759 100644 (file)
@@ -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.
index 2294ec69c010c967d2da54745d16578f27c04b6f..ba5d97edbc25bb6d496ef2af717256a482267db2 100644 (file)
@@ -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%
index e720db7bf944f7956f8eb4aebddb50fac84346b4..d2c6226d5c62d475a38fe1cd5f00c5802abdd6ca 100644 (file)
@@ -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%