mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00: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
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue