]> git.ipfire.org Git - thirdparty/unbound.git/commit
- arc4random in compat/ and getentropy, explicit_bzero, chacha for
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Jul 2014 09:27:24 +0000 (09:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Jul 2014 09:27:24 +0000 (09:27 +0000)
commite445cc74aff486605c3ddf1baf3c56e4b73a00ba
treea7387c373ceefc1fa5807c17ff8ad260c7fdba3f
parent436d057765e18f8961da1d255929d9c71ac43052
- arc4random in compat/ and getentropy, explicit_bzero, chacha for
  dependencies, from OpenBSD.  arc4_lock and sha512 in compat.
  This makes arc4random available on all platforms, except when
  compiled with LIBNSS (it uses libNSS crypto random).

git-svn-id: file:///svn/unbound/trunk@3158 be551aaa-1e26-0410-a405-d3ace91eadb9
16 files changed:
Makefile.in
compat/arc4_lock.c [new file with mode: 0644]
compat/arc4random.c [new file with mode: 0644]
compat/arc4random_uniform.c [new file with mode: 0644]
compat/chacha_private.h [new file with mode: 0644]
compat/explicit_bzero.c [new file with mode: 0644]
compat/getentropy_linux.c [new file with mode: 0644]
compat/getentropy_osx.c [new file with mode: 0644]
compat/getentropy_solaris.c [new file with mode: 0644]
compat/sha512.c [new file with mode: 0644]
config.h.in
configure
configure.ac
doc/Changelog
smallapp/unbound-anchor.c
util/random.c