]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: spell it Rustls with a capital R
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2025 23:47:04 +0000 (00:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Nov 2025 08:41:09 +0000 (09:41 +0100)
I believe this is how the project itself uses it.

Closes #19702

15 files changed:
docs/INSTALL.md
docs/cmdline-opts/ca-native.md
docs/cmdline-opts/tls-earlydata.md
docs/libcurl/opts/CURLINFO_CERTINFO.md
docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md
docs/libcurl/opts/CURLOPT_CERTINFO.md
docs/libcurl/opts/CURLOPT_CRLFILE.md
docs/libcurl/opts/CURLOPT_ECH.md
docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md
docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md
docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md
scripts/cd2nroff

index f3db34da280a56e87d56669524f0c7e5dc48d02d..1859dc21ae7f95895fcd54cc74dbe69c6711ac87 100644 (file)
@@ -141,7 +141,7 @@ These options are provided to select the TLS backend to use.
  - GnuTLS: `--with-gnutls`.
  - mbedTLS: `--with-mbedtls`
  - OpenSSL: `--with-openssl` (also for BoringSSL, AWS-LC, LibreSSL, and quictls)
- - rustls: `--with-rustls`
+ - Rustls: `--with-rustls`
  - Schannel: `--with-schannel`
  - wolfSSL: `--with-wolfssl`
 
index a8e8c5e9a8aef643713b9d253fe5467ae1942661..4a887df558a6fd54cb53da2829f4cfb19067ae14 100644 (file)
@@ -34,8 +34,8 @@ Fedora, RHEL), macOS, Android and iOS. (Added in 8.3.0)
 This option works with GnuTLS (Added in 8.5.0) and also uses Apple
 SecTrust when libcurl is built with it. (Added in 8.17.0)
 
-This option works with rustls on Windows, macOS, Android and iOS. On Linux it
-is equivalent to using the Mozilla CA certificate bundle. When used with rustls
+This option works with Rustls on Windows, macOS, Android and iOS. On Linux it
+is equivalent to using the Mozilla CA certificate bundle. When used with Rustls
 _only_ the native CA store is consulted, not other locations set at run time or
 build time. (Added in 8.13.0)
 
index 64289779830496e234ce98719f10f4ed16ce6768..8e344758be5e39dfad7703d748f78d609b7f25c0 100644 (file)
@@ -21,7 +21,7 @@ Enable the use of TLSv1.3 early data, also known as '0RTT' where possible.
 This has security implications for the requests sent that way.
 
 This option can be used when curl is built to use GnuTLS, wolfSSL, quictls and
-OpenSSL as a TLS provider (but not BoringSSL, AWS-LC, or rustls).
+OpenSSL as a TLS provider (but not BoringSSL, AWS-LC, or Rustls).
 
 If a server supports this TLSv1.3 feature, and to what extent, is announced
 as part of the TLS "session" sent back to curl. Until curl has seen such
index f9fd0ad51c6da826d1db21778696b78b8cb14858..d97c311cc8cd1b5b033bc121c95e5055cd43ee60 100644 (file)
@@ -14,7 +14,7 @@ TLS-backend:
   - OpenSSL
   - GnuTLS
   - Schannel
-  - rustls
+  - Rustls
 Added-in: 7.19.1
 ---
 
index 99bfaf11e673bd7dfeab7542ca5a0227e76feba1..eb0e24f36affbc2ee7fb7ec286eba2b790c3ab90 100644 (file)
@@ -15,7 +15,7 @@ TLS-backend:
   - OpenSSL
   - GnuTLS
   - mbedTLS
-  - rustls
+  - Rustls
   - wolfSSL
   - Schannel
 Added-in: 7.77.0
index 7c6641a9fd3e5c88362f2c6d03c31ad3ba51ce37..baddc3079702f77297306e92e2e33369e8ef707d 100644 (file)
@@ -16,7 +16,7 @@ TLS-backend:
   - OpenSSL
   - GnuTLS
   - Schannel
-  - rustls
+  - Rustls
 Added-in: 7.19.1
 ---
 
index d5452db19bdcfb53ed512ffff9d801483e1e99dd..0c4eca6c784f7519ed4c93ecd56e7518868bde43 100644 (file)
@@ -14,7 +14,7 @@ TLS-backend:
   - GnuTLS
   - mbedTLS
   - OpenSSL
-  - rustls
+  - Rustls
 Added-in: 7.19.0
 ---
 
index 9ac65a73a05d5303d9b2577ec84f61bf47908f13..0cb2d7e4fd75cd2e3f2f0cd9d4625d0c61706511 100644 (file)
@@ -11,7 +11,7 @@ Protocol:
 TLS-backend:
   - OpenSSL
   - wolfSSL
-  - rustls
+  - Rustls
 Added-in: 8.8.0
 ---
 
@@ -33,7 +33,7 @@ ECH is only compatible with TLSv1.3.
 
 This experimental feature requires a special build of OpenSSL, as ECH is not
 yet supported in OpenSSL releases. In contrast ECH is supported by the latest
-BoringSSL, wolfSSL and rustls-ffi releases.
+BoringSSL, wolfSSL and Rustls-ffi releases.
 
 There is also a known issue with using wolfSSL which does not support ECH when
 the HelloRetryRequest mechanism is used.
index a352886e061f671115f02236f2e18aa6c452f95d..16af56e5cda6347dbf3c897e9b47d64f50dab237 100644 (file)
@@ -18,7 +18,7 @@ Protocol:
   - TLS
 TLS-backend:
   - OpenSSL
-  - rustls
+  - Rustls
   - Schannel
 Added-in: 7.77.0
 ---
index 239ce03c73dd21b3d87b3a31df95d96d4c2cb9b7..718b2617491cb221c1112961821bd615650624da 100644 (file)
@@ -17,7 +17,7 @@ TLS-backend:
   - Schannel
   - wolfSSL
   - mbedTLS
-  - rustls
+  - Rustls
 Added-in: 7.52.0
 ---
 
index ee17d27e99c17f369c332b40a3ca9deed9d0770d..18b5516c5e651a27eabcf08a66dcf68391661607 100644 (file)
@@ -16,7 +16,7 @@ TLS-backend:
   - OpenSSL
   - wolfSSL
   - mbedTLS
-  - rustls
+  - Rustls
 Added-in: 7.61.0
 ---
 
index c71a58d6850d468c8746043f99d270ae0459279e..a177d5231722bdc53515ca1b51a89b5051ee1a4a 100644 (file)
@@ -17,7 +17,7 @@ TLS-backend:
   - Schannel
   - wolfSSL
   - mbedTLS
-  - rustls
+  - Rustls
   - GnuTLS
 Added-in: 7.9
 ---
index 79ced71ea76daab0c0c30f6486e8edfb5625b9da..ddd7965ee2efb7b49f1b43a5f69d9b99c481b687 100644 (file)
@@ -79,8 +79,8 @@ Works with wolfSSL on Windows, Linux (Debian, Ubuntu, Gentoo, Fedora, RHEL),
 macOS, Android and iOS (added in 8.3.0); with GnuTLS (added in 8.5.0) and with
 OpenSSL and its forks (LibreSSL, BoringSSL, etc) on Windows (Added in 7.71.0).
 
-This works with rustls on Windows, macOS, Android and iOS. On Linux it is
-equivalent to using the Mozilla CA certificate bundle. When used with rustls
+This works with Rustls on Windows, macOS, Android and iOS. On Linux it is
+equivalent to using the Mozilla CA certificate bundle. When used with Rustls
 _only_ the native CA store is consulted, not other locations set at run time or
 build time. (Added in 8.13.0)
 
index 62f734f9633b17183fe638afd0770d10f939dd93..41cdec07bc514b88cdf44df52efd323c72d56e9f 100644 (file)
@@ -17,7 +17,7 @@ TLS-backend:
   - OpenSSL
   - wolfSSL
   - mbedTLS
-  - rustls
+  - Rustls
 Added-in: 7.61.0
 ---
 
index 3f1162a7396cbe4ea4ddddad561c81768bef07dc..e97d1299ddbdb35f6eb821d7fdfc8629ad1e2b94 100755 (executable)
@@ -189,7 +189,7 @@ my %knowntls = (
     'GnuTLS' => 1,
     'mbedTLS' => 1,
     'OpenSSL' => 1,
-    'rustls' => 1,
+    'Rustls' => 1,
     'Schannel' => 1,
     'wolfSSL' => 1,
     'All' => 1,