]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
test for ECDSAP256SHA256 support
authorMark Andrews <marka@isc.org>
Wed, 4 Sep 2013 12:33:31 +0000 (22:33 +1000)
committerMark Andrews <marka@isc.org>
Wed, 4 Sep 2013 12:33:31 +0000 (22:33 +1000)
bin/tests/system/inline/ns3/sign.sh
bin/tests/system/inline/tests.sh

index f69597336be0846948c38335e8d45816b24fa971..3e02263bca42a41bfbf6172325954d4124a0f36c 100644 (file)
@@ -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`
index 8acdee26eab1c70556de9328bbdc83925dd749db..dceac3d3de961f75de6441fa389c669b8f9c8513 100644 (file)
@@ -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`