Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
5b9469c0
Commit
5b9469c0
authored
Sep 04, 2013
by
Mark Andrews
Browse files
test for ECDSAP256SHA256 support
parent
2bae7602
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/inline/ns3/sign.sh
View file @
5b9469c0
...
...
@@ -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
`
...
...
bin/tests/system/inline/tests.sh
View file @
5b9469c0
...
...
@@ -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
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment