summaryrefslogtreecommitdiff
path: root/PROTOCOL.certkeys
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-10-26 01:23:03 +0000
committerDamien Miller <djm@mindrot.org>2018-11-16 13:50:32 +1100
commit46925ae28e53fc9add336a4fcdb7ed4b86c3591c (patch)
tree1b1f3f09ae31e86701f695d3595684b68aac2ab4 /PROTOCOL.certkeys
parent8d8340e2c215155637fe19cb1a837f71b2d55f7b (diff)
downloadopenssh-git-46925ae28e53fc9add336a4fcdb7ed4b86c3591c.tar.gz
upstream: mention ssh-ed25519-cert-v01@openssh.com in list of cert
key type at start of doc OpenBSD-Commit-ID: b46b0149256d67f05f2d5d01e160634ed1a67324
Diffstat (limited to 'PROTOCOL.certkeys')
-rw-r--r--PROTOCOL.certkeys3
1 files changed, 2 insertions, 1 deletions
diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys
index 11363fdc..48338e67 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -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 $