]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Do not cache signatures for rejected data
authorEvan Hunt <each@isc.org>
Thu, 20 Feb 2025 02:12:12 +0000 (02:12 +0000)
committerEvan Hunt <each@isc.org>
Thu, 20 Feb 2025 02:12:12 +0000 (02:12 +0000)
The cache has been updated so that if new data is rejected - for example, because there was already existing data at a higher trust level - then its covering RRSIG will also be rejected.

Closes #5132

Merge branch '5132-improve-cd-behavior' into 'main'

See merge request isc-projects/bind9!9999


Trivial merge