[master] 293624a5a Revert "Missing newline character between the secret and the challenge"

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


commit 293624a5a7a0b15397ff89765fc0554265e9966c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Oct 22 16:10:21 2020 +0000

    Revert "Missing newline character between the secret and the challenge"
    
    This reverts commit c8d8d1879bf4474633cbd02f12c2af21c6b78691.

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index 0c30b63e6..b8575c740 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -382,11 +382,10 @@ 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