]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add kasp tests for Ed25519 and Ed448
authorMatthijs Mekking <matthijs@isc.org>
Wed, 30 Sep 2020 07:53:19 +0000 (09:53 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 2 Oct 2020 08:18:17 +0000 (10:18 +0200)
commit91a686c031c492050f3339c6b85591185d46367c
tree0c67eb444f5cc1356998fe375bbaebc62cb42411
parentd93a6c2007a8c509b2d554496a3322470e674166
Add kasp tests for Ed25519 and Ed448

Use the testcrypto script to see if these algorithms are supported by
openssl. If so, add the specific configuration to the named.conf file
and touch a file to indicate support. If the file exists, the
corresponding setup and tests are performed.

(cherry picked from commit 7be1835795d4c0710a8e61dd7775d7e10d0aa877)
bin/tests/system/kasp/clean.sh
bin/tests/system/kasp/ns3/ed25519.conf [new file with mode: 0644]
bin/tests/system/kasp/ns3/ed448.conf [new file with mode: 0644]
bin/tests/system/kasp/ns3/setup.sh
bin/tests/system/kasp/setup.sh
bin/tests/system/kasp/tests.sh