Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an | Darren Tucker | |
assigment that might get optimized out. ok djm@ | |||
2013-10-09 | - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c] | Damien Miller | |
[openbsd-compat/bsd-arc4random.c] Replace old RC4-based arc4random implementation with recent OpenBSD's ChaCha-based PRNG. ok dtucker@, tested tim@ | |||
2013-10-09 | - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull | Damien Miller | |
in OpenBSD implementation of arc4random, shortly to replace the existing bsd-arc4random.c |