]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191
authordjm@openbsd.org <djm@openbsd.org>
Fri, 12 Jun 2020 05:26:37 +0000 (05:26 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 12 Jun 2020 05:28:01 +0000 (15:28 +1000)
OpenBSD-Commit-ID: 8d03b6c96ca98bfbc23d3754c3c33e1fe0852e10

PROTOCOL.sshsig

index 720e1f18a25ef87ad06b71d2e52fb93d46ac8c55..db18458fae350a47de68dfaca165e8d14128b45a 100644 (file)
@@ -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.