]> git.ipfire.org Git - thirdparty/bind9.git/commit
test for RRSIG provided as soon as they are found
authorColin Vidal <colin@isc.org>
Tue, 2 Dec 2025 18:00:55 +0000 (19:00 +0100)
committerColin Vidal <colin@isc.org>
Wed, 3 Dec 2025 14:49:47 +0000 (15:49 +0100)
commit6998fe42e354fc476618856a5bb7e96f0de6b204
tree3575c236941dfa218ce29b6146c53999e9f15866
parent3048b2a5784e624fe021712b5dabf1d731f47c13
test for RRSIG provided as soon as they are found

Add a system test which checks that a server authoritative on zone which
is not fully signed (here, it is missing the DNSKEY records as well as the
RRSIG on the RR `b`) still return the RRSIG associated with an RR if
provided in the zone.
bin/tests/system/rrsig/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/rrsig/ns1/test.db [new file with mode: 0644]
bin/tests/system/rrsig/tests_rrsig.py [new file with mode: 0644]