]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: unit test tsig_badsig was not being called
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 15:27:34 +0000 (02:27 +1100)
committerMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 15:27:34 +0000 (02:27 +1100)
commit7878281048ada90e181d439988bb2afe296033da
treec2e4a61afc80ac9bfd32933ebcc9a89baf44d817
parenta20bbb629a2b6356c5d7df15cdaf3785584798ac
parent8da2310511c26c1d0264c028aed12bda48376c44
fix: test: unit test tsig_badsig was not being called

Additionally, the test was badly implemented. This has been fixed.

Closes #5712

Merge branch '5712-unit-test-tsig_badsig-was-not-being-called' into 'main'

See merge request isc-projects/bind9!11478