]> git.ipfire.org Git - thirdparty/unbound.git/commit
fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2008 14:34:53 +0000 (14:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2008 14:34:53 +0000 (14:34 +0000)
commitc8f2bf0333335fc5a0a70f11c369a34fa2e42b66
tree03ac26e63dfbced21de5c70c6be6f04e071d7bd7
parente5196b25ae73200c0da8fee372bd7129934c5457
fixes for random number badness (lack of entropy and SIGFPE from RAND_cleanup
too early).

git-svn-id: file:///svn/unbound/trunk@907 be551aaa-1e26-0410-a405-d3ace91eadb9
15 files changed:
config.h.in
configure
configure.ac
daemon/daemon.c
daemon/worker.c
daemon/worker.h
doc/Changelog
libunbound/context.h
libunbound/unbound.c
libunbound/worker.c
testcode/asynclook.c
testcode/unitmain.c
testdata/05-asynclook.tpkg
util/random.c
util/random.h