]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ech: spelling, whitespace, say `--ech` default config
authorViktor Szakats <commit@vsz.me>
Sat, 5 Oct 2024 21:29:22 +0000 (23:29 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 7 Oct 2024 10:31:21 +0000 (12:31 +0200)
Closes #15167

docs/ECH.md
docs/cmdline-opts/ech.md

index 47b81c8e1e6beab8fb6a67f3f03dfffb0e3fe8c6..1532db0b86e9b900b08b5e60cbee5eef499f724b 100644 (file)
@@ -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:<b64value>`` a base64 encoded ECHConfigList, rather than one accessed from the DNS
-    - ``pn:<name>`` over-ride the ``public_name`` from an ECHConfigList
+    - ``pn:<name>`` 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
index 6c2ba31cb69d83c17076104030d84263522b94aa..61faca677a75b04c67283d05f38fb03c6c802d91 100644 (file)
@@ -20,7 +20,8 @@ Specifies how to do ECH (Encrypted Client Hello).
 
 The values allowed for \<config\> can be:
 
-## "false"
+## "false" (default)
+
 Do not attempt ECH
 
 ## "grease"