[master] c8d8d1879 Missing newline character between the secret and the challenge

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Oct 22 08:22:06 UTC 2020


commit c8d8d1879bf4474633cbd02f12c2af21c6b78691
Author: ThijsFeryn <thijs at feryn.eu>
Date:   Thu Oct 22 10:12:54 2020 +0200

    Missing newline character between the secret and the challenge

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index b8575c740..0c30b63e6 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -382,10 +382,11 @@ The authenticator is calculated by applying the SHA256 function to the
 following byte sequence:
 
 * Challenge string
-* Newline (0x0a) character.
+* Newline (0x0a) character
 * Contents of the secret file
+* Newline (0x0a) character
 * Challenge string
-* Newline (0x0a) character.
+* Newline (0x0a) character
 
 and dumping the resulting digest in lower-case hex.
 


More information about the varnish-commit mailing list