]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Return the correct NSEC3 records for NXDOMAIN responses
authorMichał Kępień <michal@isc.org>
Thu, 8 May 2025 20:42:09 +0000 (20:42 +0000)
committerMichał Kępień <michal@isc.org>
Thu, 8 May 2025 20:42:09 +0000 (20:42 +0000)
commit1ec1535827885bace832af595012bc736a7ef928
treee03de9057d81e52edafef577c343655895b53ade
parent5be38ee615c050182b55fd727d069e299de608fc
parent9bb93520f18c470dd817dac7b7bd830b1fbd5f90
fix: usr: Return the correct NSEC3 records for NXDOMAIN responses

The wrong NSEC3 records were sometimes returned as proof that the QNAME
did not exist. This has been fixed.

Closes #5292

Merge branch '5292-wrong-nsec3-chosen-for-no-qname-proof' into 'main'

See merge request isc-projects/bind9!10447