From: Kees Monshouwer Date: Sun, 9 Aug 2015 09:37:52 +0000 (+0200) Subject: ed25519 is experimental X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~62^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feafa2f38b386d85687eb9af6809733c3588522d;p=thirdparty%2Fpdns.git ed25519 is experimental --- 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"<