]> git.ipfire.org Git - thirdparty/bind9.git/commit
kasp: stop using RSASHA1 unless necessary for the test
authorMark Andrews <marka@isc.org>
Wed, 22 Dec 2021 00:14:57 +0000 (11:14 +1100)
committerMichal Nowak <mnowak@isc.org>
Mon, 3 Oct 2022 11:28:25 +0000 (13:28 +0200)
commit42727aab9a0fe69f56acc77c0b3b83ff5967bcae
tree1413e4c7b0107253e09c632aa9fd9489a2e5f1c7
parent4daa3d6dae7ef2acefa381db0fbd1fcdd459e54f
kasp: stop using RSASHA1 unless necessary for the test

Moves tests from being RSASHA1 based to RSASHA256 based where possible
and split out the remaining RSASHA1 based tests so that they are not
run on OS's that don't support RSASHA1.

(cherry picked from commit db028684e50c58100ea5eeadd5aa340981d83151)
14 files changed:
bin/tests/system/kasp/clean.sh
bin/tests/system/kasp/kasp.conf
bin/tests/system/kasp/ns3/named-fips.conf.in [new file with mode: 0644]
bin/tests/system/kasp/ns3/named.conf.in
bin/tests/system/kasp/ns3/policies/kasp-fips.conf.in [new file with mode: 0644]
bin/tests/system/kasp/ns3/policies/kasp.conf.in
bin/tests/system/kasp/ns3/setup.sh
bin/tests/system/kasp/ns6/named.conf.in
bin/tests/system/kasp/ns6/policies/csk1.conf.in
bin/tests/system/kasp/ns6/policies/kasp-fips.conf.in [new file with mode: 0644]
bin/tests/system/kasp/ns6/policies/kasp.conf.in
bin/tests/system/kasp/ns6/setup.sh
bin/tests/system/kasp/setup.sh
bin/tests/system/kasp/tests.sh