[openssh-commits] [openssh] 01/04: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 27 15:36:05 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 8ba0fd40082751dbbc23a830433488bbfb1abdca
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 26 01:40:07 2017 +0000
upstream commit
fix references to obsolete v00 cert format; spotted by
Jakub Jelen
Upstream-ID: 7600ce193ab8fd19451acfe24fc2eb39d46b2c4f
---
PROTOCOL | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PROTOCOL b/PROTOCOL
index 192da55b..4e9e8757 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -33,8 +33,8 @@ The method is documented in:
https://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt
-1.3. transport: New public key algorithms "ssh-rsa-cert-v00 at openssh.com",
- "ssh-dsa-cert-v00 at openssh.com",
+1.3. transport: New public key algorithms "ssh-rsa-cert-v01 at openssh.com",
+ "ssh-dsa-cert-v01 at openssh.com",
"ecdsa-sha2-nistp256-cert-v01 at openssh.com",
"ecdsa-sha2-nistp384-cert-v01 at openssh.com" and
"ecdsa-sha2-nistp521-cert-v01 at openssh.com"
@@ -454,4 +454,4 @@ respond with a SSH_FXP_STATUS message.
This extension is advertised in the SSH_FXP_VERSION hello with version
"1".
-$OpenBSD: PROTOCOL,v 1.30 2016/04/08 06:35:54 djm Exp $
+$OpenBSD: PROTOCOL,v 1.31 2017/05/26 01:40:07 djm Exp $
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list