From feafa2f38b386d85687eb9af6809733c3588522d Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sun, 9 Aug 2015 11:37:52 +0200 Subject: [PATCH] ed25519 is experimental --- pdns/pdnssec.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index da017d841a..c057e88852 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -110,7 +110,7 @@ static int shorthand2algorithm(const string &algorithm) if (!algorithm.compare("gost")) return 12; if (!algorithm.compare("ecdsa256")) return 13; if (!algorithm.compare("ecdsa384")) return 14; - if (!algorithm.compare("ed25519")) return 250; + if (!algorithm.compare("experimental-ed25519")) return 250; return -1; } @@ -1284,7 +1284,11 @@ try cerr<<" Enable TSIG key for a zone"<