]> 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>
Tue, 9 Aug 2022 14:22:19 +0000 (16:22 +0200)
commit5830aa9dc66bccfb564da65f678f0f8eefe7ffef
treec3411e50c8bc463a507507a5c78a621a0080dd65
parent4fd6d093305804b6728320e14322b7e7a1f4e238
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.
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