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

@ -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)