summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 14:50:00 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 14:50:00 +1000
commit354c48c641e7fbdc273ee8e1239ff71d73a1ec3e (patch)
treeab82abcf3687b6433990584ac62f89132c73db4b /ChangeLog
parenta4be7c23fdcf8a1da5420068dc4bd4db45af9c9c (diff)
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2008/04/13 00:22:17 [dh.c sshd.c] Use arc4random_buf() when requesting more than a single word of output Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66145e52a..b32f93f0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,13 @@
14 - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c] 14 - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
15 [configure.ac] Implement arc4random_buf(), import implementation of 15 [configure.ac] Implement arc4random_buf(), import implementation of
16 arc4random_uniform() from OpenBSD 16 arc4random_uniform() from OpenBSD
17 - (djm) OpenBSD CVS Sync
18 - djm@cvs.openbsd.org 2008/04/13 00:22:17
19 [dh.c sshd.c]
20 Use arc4random_buf() when requesting more than a single word of output
21 Use arc4random_uniform() when the desired random number upper bound
22 is not a power of two
23 ok deraadt@ millert@
17 24
1820080403 2520080403
19 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- 26 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@@ -3874,4 +3881,4 @@
3874 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3881 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3875 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3882 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3876 3883
3877$Id: ChangeLog,v 1.4909 2008/05/19 04:47:37 djm Exp $ 3884$Id: ChangeLog,v 1.4910 2008/05/19 04:50:00 djm Exp $