]> git.ipfire.org Git - thirdparty/dnspython.git/commit
TSIG fix for make_response() (#1206)
authorBrian Wellington <bwelling@xbill.org>
Fri, 4 Jul 2025 19:32:08 +0000 (12:32 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Jul 2025 19:32:08 +0000 (12:32 -0700)
commitc2d2a7b726ddd8e283a8bd4f35ad30e6c5e69e7b
tree897d81471d23875fe6ba1baf46613607ed6ec68b
parent97ea7aa691f57afaa152cbf786c05742927fa9f5
TSIG fix for make_response() (#1206)

If a query contained a TSIG record that was unverified, attempting to
make a response to that query would throw an exception.

This should fix https://github.com/rthalley/dnspython/issues/1205.
dns/message.py
tests/test_tsig.py