Skip to content

Commit

Permalink
docs: fix a typo in some cipher options
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Oct 18, 2024
1 parent e29629a commit 6847733
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cmdline-opts/proxy-tls13-ciphers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/cmdline-opts/tls13-ciphers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 6847733

Please sign in to comment.