summaryrefslogtreecommitdiff
path: root/PROTOCOL.sshsig
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.sshsig')
-rw-r--r--PROTOCOL.sshsig4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.sshsig b/PROTOCOL.sshsig
index 806c35da..720e1f18 100644
--- a/PROTOCOL.sshsig
+++ b/PROTOCOL.sshsig
@@ -8,9 +8,9 @@ At present, only detached and armored signatures are supported.
The Armored SSH signatures consist of a header, a base64
encoded blob, and a footer.
-The header is the string “-----BEGIN SSH SIGNATURE-----”
+The header is the string "-----BEGIN SSH SIGNATURE-----"
followed by a newline. The footer is the string
-“-----END SSH SIGNATURE-----” immediately after a newline.
+"-----END SSH SIGNATURE-----" immediately after a newline.
The header MUST be present at the start of every signature.
Files containing the signature MUST start with the header.