mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
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:
parent
4041eea61e
commit
ea7df8d076
15 changed files with 18 additions and 18 deletions
|
|
@ -14,7 +14,7 @@ TLS-backend:
|
|||
- OpenSSL
|
||||
- GnuTLS
|
||||
- Schannel
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.19.1
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ TLS-backend:
|
|||
- OpenSSL
|
||||
- GnuTLS
|
||||
- mbedTLS
|
||||
- rustls
|
||||
- Rustls
|
||||
- wolfSSL
|
||||
- Schannel
|
||||
Added-in: 7.77.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ TLS-backend:
|
|||
- OpenSSL
|
||||
- GnuTLS
|
||||
- Schannel
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.19.1
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ TLS-backend:
|
|||
- GnuTLS
|
||||
- mbedTLS
|
||||
- OpenSSL
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.19.0
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Protocol:
|
|||
- TLS
|
||||
TLS-backend:
|
||||
- OpenSSL
|
||||
- rustls
|
||||
- Rustls
|
||||
- Schannel
|
||||
Added-in: 7.77.0
|
||||
---
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ TLS-backend:
|
|||
- Schannel
|
||||
- wolfSSL
|
||||
- mbedTLS
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.52.0
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ TLS-backend:
|
|||
- OpenSSL
|
||||
- wolfSSL
|
||||
- mbedTLS
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.61.0
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ TLS-backend:
|
|||
- Schannel
|
||||
- wolfSSL
|
||||
- mbedTLS
|
||||
- rustls
|
||||
- Rustls
|
||||
- GnuTLS
|
||||
Added-in: 7.9
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ TLS-backend:
|
|||
- OpenSSL
|
||||
- wolfSSL
|
||||
- mbedTLS
|
||||
- rustls
|
||||
- Rustls
|
||||
Added-in: 7.61.0
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue