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)
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 11363fdc3..48338e671 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -36,6 +36,7 @@ Certified keys are represented using new key types:
36 ecdsa-sha2-nistp256-cert-v01@openssh.com 36 ecdsa-sha2-nistp256-cert-v01@openssh.com
37 ecdsa-sha2-nistp384-cert-v01@openssh.com 37 ecdsa-sha2-nistp384-cert-v01@openssh.com
38 ecdsa-sha2-nistp521-cert-v01@openssh.com 38 ecdsa-sha2-nistp521-cert-v01@openssh.com
39 ssh-ed25519-cert-v01@openssh.com
39 40
40Two additional types exist for RSA certificates to force use of 41Two additional types exist for RSA certificates to force use of
41SHA-2 signatures (SHA-256 and SHA-512 respectively): 42SHA-2 signatures (SHA-256 and SHA-512 respectively):
@@ -303,4 +304,4 @@ permit-user-rc empty Flag indicating that execution of
303 of this script will not be permitted if 304 of this script will not be permitted if
304 this option is not present. 305 this option is not present.
305 306
306$OpenBSD: PROTOCOL.certkeys,v 1.15 2018/07/03 11:39:54 djm Exp $ 307$OpenBSD: PROTOCOL.certkeys,v 1.16 2018/10/26 01:23:03 djm Exp $