summaryrefslogtreecommitdiff
path: root/openbsd-compat/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* prefer to use getrandom() for PRNG seedingDamien Miller2018-04-131-3/+13
* cast to avoid type warning in error messageDamien Miller2016-07-151-2/+2
* support --without-openssl at configure timeDamien Miller2015-01-151-1/+35
* - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNGDamien Miller2014-09-041-1/+1
* - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of anDarren Tucker2014-06-111-1/+1
* - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c]Damien Miller2013-10-091-13/+46
* - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] PullDamien Miller2013-10-091-0/+261