From 444fc5dbcd3b5508e71605af1c7bc410ff223229 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 4 Dec 2015 03:15:23 -0800 Subject: [PATCH] Fix typo in signing details. --- specification/event_signing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/event_signing.rst b/specification/event_signing.rst index 3ad3d8a7..2a985764 100644 --- a/specification/event_signing.rst +++ b/specification/event_signing.rst @@ -80,7 +80,7 @@ Signing Details JSON is signed by encoding the JSON object without ``signatures`` or keys grouped as ``unsigned``, using the canonical encoding described above. The JSON bytes are then signed using the -signature algorithm and the signature encoded using base64 with the padding +signature algorithm and the signature is encoded using base64 with the padding stripped. The resulting base64 signature is added to an object under the *signing key identifier* which is added to the ``signatures`` object under the name of the server signing it which is added back to the original JSON object