]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: include rustls-ffi in ECH docs
authorDaniel McCarney <daniel@binaryparadox.net>
Mon, 24 Mar 2025 16:32:50 +0000 (12:32 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Mar 2025 07:48:13 +0000 (08:48 +0100)
docs/ECH.md
docs/libcurl/opts/CURLOPT_ECH.md

index 9841f6e823aed2e3978d52f6622ce4eed66b2b6f..e82fadd4a1567806e04a67e604c0d87f0e44f8bb 100644 (file)
@@ -8,8 +8,8 @@ SPDX-License-Identifier: curl
 
 We have added support for ECH to curl. It can use HTTPS RRs published in the
 DNS if curl uses DoH, or else can accept the relevant ECHConfigList values
-from the command line. This works with OpenSSL, wolfSSL, BoringSSL or AWS-LC as
-the TLS provider.
+from the command line. This works with OpenSSL, wolfSSL, BoringSSL, AWS-LC
+or rustls-ffi as the TLS provider.
 
 This feature is EXPERIMENTAL. DO NOT USE IN PRODUCTION.
 
index c35938345eb3263066b7b0eb66217eb96b6914dd..9ac65a73a05d5303d9b2577ec84f61bf47908f13 100644 (file)
@@ -11,6 +11,7 @@ Protocol:
 TLS-backend:
   - OpenSSL
   - wolfSSL
+  - rustls
 Added-in: 8.8.0
 ---
 
@@ -32,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 and wolfSSL 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.