From: Pieter Lexis Date: Wed, 1 Nov 2017 13:56:04 +0000 (+0100) Subject: auth: Warn about algo 5 -> 7 upgrade in log X-Git-Tag: auth-4.1.0-rc2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13136697a55f736ee0de8970756bb251219c212f;p=pdns auth: Warn about algo 5 -> 7 upgrade in log One step toward #3267 --- diff --git a/pdns/dbdnsseckeeper.cc b/pdns/dbdnsseckeeper.cc index eb4aead42..063de10fb 100644 --- a/pdns/dbdnsseckeeper.cc +++ b/pdns/dbdnsseckeeper.cc @@ -485,8 +485,10 @@ DNSSECKeeper::keyset_t DNSSECKeeper::getKeys(const DNSName& zone, bool useCache) dpk.d_flags = kd.flags; dpk.d_algorithm = dkrc.d_algorithm; - if(dpk.d_algorithm == 5 && getNSEC3PARAM(zone)) + if(dpk.d_algorithm == 5 && getNSEC3PARAM(zone)) { + L<