artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc95ad
)
don't refuse to load Ed25519 certificates
author
djm
<djm@openbsd.org>
Sun, 29 Dec 2013 04:35:50 +0000
(
04:35
+0000)
committer
djm
<djm@openbsd.org>
Sun, 29 Dec 2013 04:35:50 +0000
(
04:35
+0000)
usr.bin/ssh/authfile.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/authfile.c
b/usr.bin/ssh/authfile.c
index
77594c4
..
70bb814
100644
(file)
--- a/
usr.bin/ssh/authfile.c
+++ b/
usr.bin/ssh/authfile.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: authfile.c,v 1.10
0 2013/12/06 13:39:49 markus
Exp $ */
+/* $OpenBSD: authfile.c,v 1.10
1 2013/12/29 04:35:50 djm
Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-1195,6
+1195,7
@@
key_load_private_cert(int type, const char *filename, const char *passphrase,
case KEY_RSA:
case KEY_DSA:
case KEY_ECDSA:
+ case KEY_ED25519:
break;
default:
error("%s: unsupported key type", __func__);