]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitfc3a4d6f89b6cc13c27c09400331c71d7af87ac5
treeb2d1399a17314b2840f47c320645ed31da6099dd
parent948f8d7a9893eaf3b0f00d92d9a8b421346d3c86
parente4652a0444a514773686e75752ad5c65daa753d5
fix: dev: Do not cache signatures for rejected data

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