From: Viktor Szakats Date: Sat, 5 Oct 2024 21:29:22 +0000 (+0200) Subject: ech: spelling, whitespace, say `--ech` default config X-Git-Tag: curl-8_11_0~223 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=948a2b24f9ba022dfe819ad0ba68077a6d06b656;p=thirdparty%2Fcurl.git ech: spelling, whitespace, say `--ech` default config Closes #15167 --- diff --git a/docs/ECH.md b/docs/ECH.md index 47b81c8e1e..1532db0b86 100644 --- a/docs/ECH.md +++ b/docs/ECH.md @@ -94,7 +94,7 @@ We currently support the following new curl command line arguments/options: - ``grease`` if attempting ECH is not possible, then send a GREASE ECH extension - ``hard`` hard-fail the connection if ECH cannot be attempted - ``ecl:`` a base64 encoded ECHConfigList, rather than one accessed from the DNS - - ``pn:`` over-ride the ``public_name`` from an ECHConfigList + - ``pn:`` override the ``public_name`` from an ECHConfigList Note that in the above "attempt ECH" means the client emitting a TLS ClientHello with a "real" ECH extension, but that does not mean that the diff --git a/docs/cmdline-opts/ech.md b/docs/cmdline-opts/ech.md index 6c2ba31cb6..61faca677a 100644 --- a/docs/cmdline-opts/ech.md +++ b/docs/cmdline-opts/ech.md @@ -20,7 +20,8 @@ Specifies how to do ECH (Encrypted Client Hello). The values allowed for \ can be: -## "false" +## "false" (default) + Do not attempt ECH ## "grease"