]> git.ipfire.org Git - thirdparty/bind9.git/commit
allow multiple key algorithms in the same control listener
authorEvan Hunt <each@isc.org>
Wed, 9 Jun 2021 03:28:31 +0000 (20:28 -0700)
committerEvan Hunt <each@isc.org>
Tue, 6 Jul 2021 17:54:13 +0000 (10:54 -0700)
commit841b557df8482c180b4ecbcf8115406100396bcc
treee580f2117594468cdf4bfc2395b2f03f4b3d1e22
parentf663701b1deab34415f86cfef4172ac71e164edc
allow multiple key algorithms in the same control listener

if a control channel listener was configured with more than one
key algorithm, message verification would be attempted with each
algorithm in turn. if the first key failed due to the wrong
signature length, the entire verification process was aborted,
rather than continuing on to try with another key.
bin/named/controlconf.c
bin/tests/system/rndc/setup.sh
bin/tests/system/rndc/tests.sh