summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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