]> git.ipfire.org Git - thirdparty/bind9.git/commit
Match algorithms when checking signatures
authorMatthijs Mekking <matthijs@isc.org>
Thu, 31 Oct 2024 10:25:23 +0000 (11:25 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 1 Nov 2024 13:14:07 +0000 (14:14 +0100)
commit795fcc9f803068de8c5dbdbcbba69bbd0545b8be
treee38e29dd3538820de686a8d0cf9a5e23a31aaaae
parent84d91b6b3ab37d978d3c3b8782c42b573d0e2ad4
Match algorithms when checking signatures

In the ksr system test, the test_ksr_twotone case may fail if there
are two keys with the same keytag (but different algorithms), because
one key is expected to be signing and the other is not.

Switch to regular expression matching and include the algorithm in the
search string.
bin/tests/system/isctest/kasp.py