summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2017-11-03 02:32:20 +0000
committerDamien Miller <djm@cvs.openbsd.org>2017-11-03 02:32:20 +0000
commit3dac79f18f32618c72c89e7b455b01cebf8e9171 (patch)
tree1f7bca655f298264cbcc1d9002a0ebd6fb65f0a0 /usr.bin
parent813e80de6d0a081dcd7aa0c8cd55bdf0cb478da5 (diff)
typos in ECDSA certificate names; bz#2787 reported by Mike Gerow
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/PROTOCOL.certkeys8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/PROTOCOL.certkeys b/usr.bin/ssh/PROTOCOL.certkeys
index 42aa8c2a173..64cb18700ee 100644
--- a/usr.bin/ssh/PROTOCOL.certkeys
+++ b/usr.bin/ssh/PROTOCOL.certkeys
@@ -100,9 +100,9 @@ DSA certificate
ECDSA certificate
- string "ecdsa-sha2-nistp256-v01@openssh.com" |
- "ecdsa-sha2-nistp384-v01@openssh.com" |
- "ecdsa-sha2-nistp521-v01@openssh.com"
+ string "ecdsa-sha2-nistp256-cert-v01@openssh.com" |
+ "ecdsa-sha2-nistp384-cert-v01@openssh.com" |
+ "ecdsa-sha2-nistp521-cert-v01@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 $