From: Štěpán Balážik Date: Sun, 13 Jul 2025 09:31:43 +0000 (+0000) Subject: chg: test: Use isctest.asyncserver in the "tsig" test X-Git-Tag: v9.21.11~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4248a5a4954b6ac518912dbd203b8c2f4dc9c355;p=thirdparty%2Fbind9.git chg: test: Use isctest.asyncserver in the "tsig" test Replace the custom DNS server used in the "tsig" system test with new code based on the isctest.asyncserver module. Changes to isctest.asyncserver are required, previously it did not handle TSIG signed queries at all. Now, with some hacking around a [dnspython bug](https://github.com/rthalley/dnspython/issues/1205) it does. Merge branch 'stepan/tsig-asyncserver' into 'main' See merge request isc-projects/bind9!10566 --- 4248a5a4954b6ac518912dbd203b8c2f4dc9c355