]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix NTA (Negative Trust Anchor) expiration issue
authorOndřej Surý <ondrej@isc.org>
Fri, 20 Mar 2026 02:25:21 +0000 (03:25 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Mar 2026 02:25:21 +0000 (03:25 +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

Backport of MR !11597

Merge branch 'backport-5747-nta-expiry-cache-flush-bug-fix-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11715


Trivial merge