Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothe Litt
BIND
Commits
3d3aa9cd
Commit
3d3aa9cd
authored
Sep 09, 2013
by
Mark Andrews
Browse files
use -r rather then -f
parent
23c73a18
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/inline/ns3/sign.sh
View file @
3d3aa9cd
...
...
@@ -109,7 +109,7 @@ then
sh ../../ecdsa/prereq.sh 2> /dev/null
||
continue
fi
test
$alg
=
DSA
-a
!
-
f
/dev/random
-a
!
-
f
/dev/urandom
&&
continue
test
$alg
=
DSA
-a
!
-
r
/dev/random
-a
!
-
r
/dev/urandom
&&
continue
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 @
3d3aa9cd
...
...
@@ -823,7 +823,8 @@ do
then
sh ../ecdsa/prereq.sh 2>/dev/null
||
continue
;
fi
test
$alg
=
3
-a
!
-f
/dev/random
-a
!
-f
/dev/random
&&
continue
test
$alg
=
3
-a
!
-r
/dev/random
-a
!
-r
/dev/urandom
&&
continue
echo
"I: checking
$alg
"
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
Supports
Markdown
0%
Try again
or
attach a new 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