summaryrefslogtreecommitdiff
path: root/PROTOCOL.sshsig
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-09-03 08:35:27 +0000
committerDamien Miller <djm@mindrot.org>2019-09-03 18:40:24 +1000
commitd637c4aee6f9b5280c13c020d7653444ac1fcaa5 (patch)
treef4844d9e77f1008b5928f72d5542ec075239dd4e /PROTOCOL.sshsig
parent2a9c9f7272c1e8665155118fe6536bebdafb6166 (diff)
upstream: sshsig tweaks and improvements from and suggested by
Markus ok markus/me OpenBSD-Commit-ID: ea4f46ad5a16b27af96e08c4877423918c4253e9
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 806c35da6..720e1f18a 100644
--- a/PROTOCOL.sshsig
+++ b/PROTOCOL.sshsig
@@ -8,9 +8,9 @@ At present, only detached and armored signatures are supported.
8The Armored SSH signatures consist of a header, a base64 8The Armored SSH signatures consist of a header, a base64
9encoded blob, and a footer. 9encoded blob, and a footer.
10 10
11The header is the string -----BEGIN SSH SIGNATURE----- 11The header is the string "-----BEGIN SSH SIGNATURE-----"
12followed by a newline. The footer is the string 12followed by a newline. The footer is the string
13-----END SSH SIGNATURE----- immediately after a newline. 13"-----END SSH SIGNATURE-----" immediately after a newline.
14 14
15The header MUST be present at the start of every signature. 15The header MUST be present at the start of every signature.
16Files containing the signature MUST start with the header. 16Files containing the signature MUST start with the header.