summaryrefslogtreecommitdiffstats
path: root/dns.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 13:45:58 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 13:45:58 +1000
commit16cd3928a87d20c77b13592a74b60b08621d3ce6 (patch)
treeca807fae00ea008b5a897ee8accda358ae07c00f /dns.h
parentec0b67eb3b4e12f296ced1fafa01860c374f7eea (diff)
- logan@cvs.openbsd.org 2014/04/20 09:24:26
[dns.c dns.h ssh-keygen.c] Add support for SSHFP DNS records for ED25519 key types. OK from djm@
Diffstat (limited to 'dns.h')
-rw-r--r--dns.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns.h b/dns.h
index d5f42817..b9feae6b 100644
--- a/dns.h
+++ b/dns.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.h,v 1.12 2012/05/23 03:28:28 djm Exp $ */
+/* $OpenBSD: dns.h,v 1.13 2014/04/20 09:24:26 logan Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -32,7 +32,8 @@ enum sshfp_types {
SSHFP_KEY_RESERVED = 0,
SSHFP_KEY_RSA = 1,
SSHFP_KEY_DSA = 2,
- SSHFP_KEY_ECDSA = 3
+ SSHFP_KEY_ECDSA = 3,
+ SSHFP_KEY_ED25519 = 4
};
enum sshfp_hashes {