]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add "-r $RANDFILE" where it is missing
authorMichał Kępień <michal@isc.org>
Tue, 26 Mar 2019 09:51:16 +0000 (10:51 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 2 Apr 2019 11:09:08 +0000 (13:09 +0200)
commit59e1329e9b3aff72d8e36db8d0ca980d540decb3
tree24ae3fa2c00f30df16c39ddeb40fe96fbb224493
parent9117b34444995dfadb807da1d95da443f48addd5
Add "-r $RANDFILE" where it is missing

If the path to the source of random data is not passed explicitly to
dnssec-keygen or dnssec-signzone and the --with-randomdev compile-time
switch is not used, the aforementioned utilities will hang if the
default source of random data (/dev/random) runs out of entropy.  Use
"-r $RANDFILE" to prevent that from happening in affected system tests.
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dupsigs/ns1/reset_keys.sh
bin/tests/system/keymgr/tests.sh
bin/tests/system/mkeys/ns6/setup.sh