diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-06-12 07:26:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-06-12 07:28:01 +0200 |
commit | 7fafaeb5da365f4a408fec355dac04a774f27193 (patch) | |
tree | 454ce85cfc7adbf972dd54de5f674ce68ca02fc8 | |
parent | upstream: unbreak "sshd -ddd" - close of config passing fd happened too (diff) | |
download | openssh-7fafaeb5da365f4a408fec355dac04a774f27193.tar.xz openssh-7fafaeb5da365f4a408fec355dac04a774f27193.zip |
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191
OpenBSD-Commit-ID: 8d03b6c96ca98bfbc23d3754c3c33e1fe0852e10
-rw-r--r-- | PROTOCOL.sshsig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROTOCOL.sshsig b/PROTOCOL.sshsig index 720e1f18a..db18458fa 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. |