]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't verify already trusted rdatasets
authorMatthijs Mekking <matthijs@isc.org>
Tue, 3 Mar 2026 10:17:25 +0000 (11:17 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:03:33 +0000 (13:03 +0100)
commit0ec08c212022d08c9717f2bc6bd3e8ebd6f034ce
tree8400ff0c2dc8f23e87afeea56d9ce8040fd40389
parent988040a5e02f86f4a8cdb0704e8d501f9082a89c
Don't verify already trusted rdatasets

If we already marked an rdataset as secure (or it has even stronger
trust), there is no need to cryptographically verify it again.
lib/dns/include/dns/types.h
lib/dns/validator.c