summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.sshsig
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-06-12 05:26:37 +0000
committerDamien Miller <djm@mindrot.org>2020-06-12 15:28:01 +1000
commit7fafaeb5da365f4a408fec355dac04a774f27193 (patch)
tree454ce85cfc7adbf972dd54de5f674ce68ca02fc8 /PROTOCOL.sshsig
parent3a7f654d5bcb20df24a134b6581b0d235da4564a (diff)
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191
Diffstat (limited to 'PROTOCOL.sshsig')
-rw-r--r--PROTOCOL.sshsig2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROTOCOL.sshsig b/PROTOCOL.sshsig
index 720e1f18..db18458f 100644
--- a/PROTOCOL.sshsig
+++ b/PROTOCOL.sshsig
@@ -71,7 +71,7 @@ encoding rules for the chosen key type. For RSA signatures, the
signature algorithm must be "rsa-sha2-512" or "rsa-sha2-256" (i.e.
not the legacy RSA-SHA1 "ssh-rsa").
-This blob is encoded as a string using the RFC4243 encoding
+This blob is encoded as a string using the RFC4253 encoding
rules and base64 encoded to form the middle part of the
armored signature.