docs: spell it Rustls with a capital R

I believe this is how the project itself uses it.

Closes #19702
This commit is contained in:
Daniel Stenberg 2025-11-26 00:47:04 +01:00
parent 4041eea61e
commit ea7df8d076
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
15 changed files with 18 additions and 18 deletions

View 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.