]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add system test using SIG(0) and ACL matching
authorOndřej Surý <ondrej@isc.org>
Tue, 24 Feb 2026 18:20:14 +0000 (19:20 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:47:17 +0000 (13:47 +0100)
commit613a93478ba7c406a9f111b3dad0fe1b36ee8a8d
tree907e098ee8375b8ce7f01725ac04f516cc94bd28
parentadbe0358089f3c1c625c7d4c3d8a9cb817546c85
Add system test using SIG(0) and ACL matching

This adds a system test to verify that asynchronous SIG(0)
validation correctly retains the ACL environment and network
addresses of the caller, preventing unauthorized ACL bypass
when evaluating match-clients and match-destinations.
bin/tests/system/sig0/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/sig0/setup.sh [new file with mode: 0644]
bin/tests/system/sig0/tests_sig0.py [new file with mode: 0644]