]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: mention ssh-ed25519-cert-v01@openssh.com in list of cert
authordjm@openbsd.org <djm@openbsd.org>
Fri, 26 Oct 2018 01:23:03 +0000 (01:23 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 16 Nov 2018 02:50:32 +0000 (13:50 +1100)
key type at start of doc

OpenBSD-Commit-ID: b46b0149256d67f05f2d5d01e160634ed1a67324

PROTOCOL.certkeys

index 11363fdc370ecb6f3f392e8cafcd4b44729b8e3c..48338e671cc5ec80e896bd9eeb2cf79d10d1cbc6 100644 (file)
@@ -36,6 +36,7 @@ Certified keys are represented using new key types:
     ecdsa-sha2-nistp256-cert-v01@openssh.com
     ecdsa-sha2-nistp384-cert-v01@openssh.com
     ecdsa-sha2-nistp521-cert-v01@openssh.com
+    ssh-ed25519-cert-v01@openssh.com
 
 Two additional types exist for RSA certificates to force use of
 SHA-2 signatures (SHA-256 and SHA-512 respectively):
@@ -303,4 +304,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.15 2018/07/03 11:39:54 djm Exp $
+$OpenBSD: PROTOCOL.certkeys,v 1.16 2018/10/26 01:23:03 djm Exp $