summaryrefslogtreecommitdiff
path: root/PROTOCOL.sshsig
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.sshsig')
-rw-r--r--PROTOCOL.sshsig3
1 files changed, 2 insertions, 1 deletions
diff --git a/PROTOCOL.sshsig b/PROTOCOL.sshsig
index 720e1f18a..78457ddfc 100644
--- a/PROTOCOL.sshsig
+++ b/PROTOCOL.sshsig
@@ -71,7 +71,7 @@ encoding rules for the chosen key type. For RSA signatures, the
71signature algorithm must be "rsa-sha2-512" or "rsa-sha2-256" (i.e. 71signature algorithm must be "rsa-sha2-512" or "rsa-sha2-256" (i.e.
72not the legacy RSA-SHA1 "ssh-rsa"). 72not the legacy RSA-SHA1 "ssh-rsa").
73 73
74This blob is encoded as a string using the RFC4243 encoding 74This blob is encoded as a string using the RFC4253 encoding
75rules and base64 encoded to form the middle part of the 75rules and base64 encoded to form the middle part of the
76armored signature. 76armored signature.
77 77
@@ -97,3 +97,4 @@ the reserved field if it is not empty.
97The data is concatenated and passed to the SSH signing 97The data is concatenated and passed to the SSH signing
98function. 98function.
99 99
100$OpenBSD: PROTOCOL.sshsig,v 1.4 2020/08/31 00:17:41 djm Exp $