]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor eddsa system test
authorMatthijs Mekking <matthijs@isc.org>
Wed, 3 Feb 2021 09:36:30 +0000 (10:36 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 9 Feb 2021 15:06:50 +0000 (16:06 +0100)
commit4538d8ddf25ed60bd72d9806aec239d2bf57bd1f
tree9cdc3678795e03b74575357821a839db8187e124
parent5af3a46ac008899ff9b7851c92acbfaa64f124e2
Refactor eddsa system test

Test for Ed25519 and Ed448. If both algorithms are not supported, skip
test. If only one algorithm is supported, run test, skip the
unsupported algorithm. If both are supported, run test normally.

Create new ns3. This will test Ed448 specifically, while now ns2 only
tests Ed25519. This moves some files from ns2/ to ns3/.

(cherry picked from commit 8bf31d05926960516e2756272ee43f801143ddd4)
16 files changed:
bin/tests/system/eddsa/clean.sh
bin/tests/system/eddsa/ns1/named.conf.in [moved from bin/tests/system/eddsa/ns1/named.conf with 98% similarity]
bin/tests/system/eddsa/ns1/sign.sh
bin/tests/system/eddsa/ns2/example.com.db.in [new file with mode: 0644]
bin/tests/system/eddsa/ns2/named.conf.in [moved from bin/tests/system/eddsa/ns2/named.conf with 98% similarity]
bin/tests/system/eddsa/ns2/sign.sh
bin/tests/system/eddsa/ns3/Xexample.com.+016+09713.key [moved from bin/tests/system/eddsa/ns2/Xexample.com.+016+09713.key with 100% similarity]
bin/tests/system/eddsa/ns3/Xexample.com.+016+09713.private [moved from bin/tests/system/eddsa/ns2/Xexample.com.+016+09713.private with 100% similarity]
bin/tests/system/eddsa/ns3/Xexample.com.+016+38353.key [moved from bin/tests/system/eddsa/ns2/Xexample.com.+016+38353.key with 100% similarity]
bin/tests/system/eddsa/ns3/Xexample.com.+016+38353.private [moved from bin/tests/system/eddsa/ns2/Xexample.com.+016+38353.private with 100% similarity]
bin/tests/system/eddsa/ns3/example.com.db.in [moved from bin/tests/system/eddsa/ns2/example.com.db with 55% similarity]
bin/tests/system/eddsa/ns3/named.conf.in [new file with mode: 0644]
bin/tests/system/eddsa/ns3/sign.sh [new file with mode: 0644]
bin/tests/system/eddsa/prereq.sh
bin/tests/system/eddsa/setup.sh
bin/tests/system/eddsa/tests.sh