]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add tests for mkeys with unsupported algorithm
authorMatthijs Mekking <matthijs@isc.org>
Wed, 19 Dec 2018 17:45:43 +0000 (18:45 +0100)
committerEvan Hunt <each@isc.org>
Thu, 21 Feb 2019 01:45:47 +0000 (17:45 -0800)
commit3516864aded9ea25fbf72cd74efa2f5a0fe35a6b
treed40a5b6bb3d33a08024dfe78e8b40d959b98b21e
parent5aa41ae9f8ad62ef7a7ffe222a9a660a260422f0
Add tests for mkeys with unsupported algorithm

These tests check if a key with an unsupported algorithm in
managed-keys is ignored and when seeing an algorithm rollover to
an unsupported algorithm, the new key will be ignored too.
13 files changed:
bin/tests/system/mkeys/README
bin/tests/system/mkeys/clean.sh
bin/tests/system/mkeys/ns1/root.db
bin/tests/system/mkeys/ns1/sign.sh
bin/tests/system/mkeys/ns1/unsupported.key [new file with mode: 0644]
bin/tests/system/mkeys/ns6/named.args [new file with mode: 0644]
bin/tests/system/mkeys/ns6/named.conf.in
bin/tests/system/mkeys/ns6/setup.sh [new file with mode: 0644]
bin/tests/system/mkeys/ns6/unsupported-managed.key [new file with mode: 0644]
bin/tests/system/mkeys/ns7/named.conf.in [new file with mode: 0644]
bin/tests/system/mkeys/setup.sh
bin/tests/system/mkeys/tests.sh
util/copyrights