From: Mark Andrews Date: Wed, 4 Sep 2013 12:33:31 +0000 (+1000) Subject: test for ECDSAP256SHA256 support X-Git-Tag: v9.10.0a1~142 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5b9469c0db61721fc839868fd18b3ad9ce6795bb;p=thirdparty%2Fbind9.git test for ECDSAP256SHA256 support --- diff --git a/bin/tests/system/inline/ns3/sign.sh b/bin/tests/system/inline/ns3/sign.sh index f69597336be..3e02263bca4 100644 --- a/bin/tests/system/inline/ns3/sign.sh +++ b/bin/tests/system/inline/ns3/sign.sh @@ -104,6 +104,10 @@ if test $alg = ECCGOST then sh ../../gost/prereq.sh 2> /dev/null || continue fi +if test $alg = ECDSAP256SHA256 +then + sh ../../ecsda/prereq.sh 2> /dev/null || continue +fi k1=`$KEYGEN -q -r $RANDFILE -a $alg -b 1024 -n zone -f KSK $zone` k2=`$KEYGEN -q -r $RANDFILE -a $alg -b 1024 -n zone $zone` diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh index 8acdee26eab..dceac3d3de9 100644 --- a/bin/tests/system/inline/tests.sh +++ b/bin/tests/system/inline/tests.sh @@ -819,6 +819,10 @@ if test $alg = 12 then sh ../gost/prereq.sh 2>/dev/null || continue; fi +if test $alg = 13 +then + sh ../ecdsa/prereq.sh 2>/dev/null || continue; +fi dnskeys=`grep "IN.DNSKEY.25[67] [0-9]* $alg " dig.out.ns3.test$n | wc -l` rrsigs=`grep "RRSIG.DNSKEY $alg " dig.out.ns3.test$n | wc -l`