bind9/bin
Matthijs Mekking 7a31fd57e2 Fix intermittent kasp pytest failures
The pytest cases checks if a zone is signed by looking at the NSEC
record at the apex. If that has an RRSIG record, it is considered
signed. But 'named' signs zones incrementally (in batches) and so
the zone may still lack some signatures. In other words, the tests
may consider a zone signed while in fact signing is not yet complete,
then performs additional checks such as is a subdomain signed with the
right key. If this check happens before the zone is actually fully
signed, the check will fail.

Fix this by using 'check_dnssec_verify' instead of
'check_is_zone_signed'. We were already doing this check, but we now
move it up. This will transfer the zone and then run 'dnssec-verify'
on the response. If the zone is partially signed, the check will fail,
and it will retry for up to ten times.
2025-05-29 11:44:56 +00:00
..
check Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
confgen Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
delv Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dig Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dnssec Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
named Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
nsupdate simplify code around isc_mem_put() and isc_mem_free() 2025-05-28 17:22:32 -07:00
plugins implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00
rndc Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
tests Fix intermittent kasp pytest failures 2025-05-29 11:44:56 +00:00
tools Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00