]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Check that the salt and iterations count match for NSEC3 entries
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 22 Feb 2021 16:21:50 +0000 (17:21 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 22 Feb 2021 17:44:07 +0000 (18:44 +0100)
commit684b0a56680ff0fb9ac4321ccba9966a1a54ce39
treef8b41d235dddadce6a4fd38e3ca9628d5ad9caec
parent62ad1bd13c456a8721b9f8d1f88ac5546526f2ee
rec: Check that the salt and iterations count match for NSEC3 entries

Otherwise we could end up using a hash computed with the wrong parameters,
and thus not proving what we expected.
pdns/recursordist/aggressive_nsec.cc
pdns/recursordist/test-aggressive_nsec_cc.cc