]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix NTA (Negative Trust Anchor) expiration issue
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 23:56:31 +0000 (00:56 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 23:56:31 +0000 (00:56 +0100)
When a configured NTA for a name expired, any possibly cached
data for the name (with "insecure" DNSSEC validation result)
was not flushed from the resolver's cache. This has been fixed.

Closes #5747

Merge branch '5747-nta-expiry-cache-flush-bug-fix' into 'main'

See merge request isc-projects/bind9!11597


Trivial merge