summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/arc4random.c
AgeCommit message (Expand)Author
2022-11-02Always use compat getentropy.Darren Tucker
2022-09-02Remove DEF_WEAK, it's already in defines.h.Darren Tucker
2022-09-02Resync arc4random with OpenBSD.Darren Tucker
2022-09-02Remove arc4random_uniform from arc4random.cDarren Tucker
2022-08-10Rename our getentropy to prevent possible loops.Darren Tucker
2022-08-05Factor out getrnd() and rename to getentropy().Darren Tucker
2022-03-01Remove unused ivbits argument from chacha_keysetupDarren Tucker
2021-12-22remove sys/param.h in -portable, after upstreamDamien Miller
2021-06-18Try EGD/PRNGD if random device fails.Darren Tucker
2018-04-13prefer to use getrandom() for PRNG seedingDamien Miller
2016-07-15cast to avoid type warning in error messageDamien Miller
2015-01-15support --without-openssl at configure timeDamien Miller
2014-09-04 - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNGDamien Miller
2014-06-11 - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of anDarren Tucker
2013-10-09 - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c]Damien Miller
2013-10-09 - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] PullDamien Miller