[openssh-commits] [openssh] 02/06: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 3 16:20:48 AEDT 2017


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit c357eed5a52cd2f4ff358b17e30e3f9a800644da
Author: djm at openbsd.org@openbsd.org <djm at openbsd.org@openbsd.org>
Date:   Fri Nov 3 02:32:19 2017 +0000

    upstream commit
    
    typos in ECDSA certificate names; bz#2787 reported by
    Mike Gerow
    
    OpenBSD-Commit-ID: 824938b6aba1b31321324ba1f56c05f84834b163
---
 PROTOCOL.certkeys | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys
index 42aa8c2a..64cb1870 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -100,9 +100,9 @@ DSA certificate
 
 ECDSA certificate
 
-    string    "ecdsa-sha2-nistp256-v01 at openssh.com" |
-              "ecdsa-sha2-nistp384-v01 at openssh.com" |
-              "ecdsa-sha2-nistp521-v01 at openssh.com"
+    string    "ecdsa-sha2-nistp256-cert-v01 at openssh.com" |
+              "ecdsa-sha2-nistp384-cert-v01 at openssh.com" |
+              "ecdsa-sha2-nistp521-cert-v01 at openssh.com"
     string    nonce
     string    curve
     string    public_key
@@ -291,4 +291,4 @@ permit-user-rc          empty         Flag indicating that execution of
                                       of this script will not be permitted if
                                       this option is not present.
 
-$OpenBSD: PROTOCOL.certkeys,v 1.12 2017/05/31 04:29:44 djm Exp $
+$OpenBSD: PROTOCOL.certkeys,v 1.13 2017/11/03 02:32:19 djm Exp $

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list