test for ECDSAP256SHA256 support

This commit is contained in:
Mark Andrews
2013-09-04 22:33:31 +10:00
parent 2bae76022c
commit 5b9469c0db
2 changed files with 8 additions and 0 deletions

View 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`