Damien Miller
|
2a8699f37c
|
- (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNG
|
2014-09-04 03:46:05 +10:00 |
Darren Tucker
|
eb012ac581
|
- (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an
assigment that might get optimized out. ok djm@
|
2014-06-11 13:10:00 +10:00 |
Damien Miller
|
720711960b
|
- (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c]
[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 10:44:47 +11:00 |
Damien Miller
|
9159310087
|
- (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull
in OpenBSD implementation of arc4random, shortly to replace the existing
bsd-arc4random.c
|
2013-10-09 10:42:32 +11:00 |