]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add TSIG keyring support to AsyncDnsServer
authorŠtěpán Balážik <stepan@isc.org>
Wed, 12 Nov 2025 15:02:48 +0000 (16:02 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 18 Dec 2025 12:13:59 +0000 (13:13 +0100)
commitde266fff4cf5b76b06ac71ea39fbdc91ebba80b4
treebbae8a967d8c9ffd2811d91cb23d432d551678eb
parent8c2a72143c66b8aa81e0b2c2425fcc106a86cb2c
Add TSIG keyring support to AsyncDnsServer

Previously, ResponseHandlers had to reparse the queries themselves if
they wanted to use TSIG. This led to `default_aa` and `default_rcode`
information being lost from the newly created messages.

Add support for TSIG keyrings to the AsyncDnsServer class directly.
bin/tests/system/cookie/cookie_ans.py
bin/tests/system/isctest/asyncserver.py
bin/tests/system/tsig/ans2/ans.py