summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-09 10:44:47 +1100
committerDamien Miller <djm@mindrot.org>2013-10-09 10:44:47 +1100
commit720711960b130d36dfdd3d50eb25ef482bdd000e (patch)
tree8b633b6901b92ec4ac380f46720011e9bd157b40 /ChangeLog
parent9159310087a218e28940a592896808b8eb76a039 (diff)
- (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b6d17f9..78578cf19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull 2 - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull
3 in OpenBSD implementation of arc4random, shortly to replace the existing 3 in OpenBSD implementation of arc4random, shortly to replace the existing
4 bsd-arc4random.c 4 bsd-arc4random.c
5 - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c]
6 [openbsd-compat/bsd-arc4random.c] Replace old RC4-based arc4random
7 implementation with recent OpenBSD's ChaCha-based PRNG. ok dtucker@,
8 tested tim@
5 9
620130922 1020130922
7 - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj 11 - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj