Mailing List Archive

[master] c8d8d1879 Missing newline character between the secret and the challenge
commit c8d8d1879bf4474633cbd02f12c2af21c6b78691
Author: ThijsFeryn <thijs@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.

_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit