diff options
author | Damien Miller <djm@mindrot.org> | 2008-06-04 10:54:00 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-06-04 10:54:00 +1000 |
commit | 58ea61ba2a747e4f0beb3afcbbdea8ada5119143 (patch) | |
tree | ec76bc8cd66c5c5b61fe7d3bf3c7ae99b6d2b758 /ChangeLog | |
parent | a7058ec7c03017b89ba75fc0b9a58ca672aab9e9 (diff) |
- (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
in arc4random_uniform with upper_bound in (2^30,2*31). Note that
OpenSSH did not make requests with upper bounds in this range.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20080604 | ||
2 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias | ||
3 | in arc4random_uniform with upper_bound in (2^30,2*31). Note that | ||
4 | OpenSSH did not make requests with upper bounds in this range. | ||
5 | |||
1 | 20080519 | 6 | 20080519 |
2 | - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in] | 7 | - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in] |
3 | [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h] | 8 | [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h] |
@@ -4023,4 +4028,4 @@ | |||
4023 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4028 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4024 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4029 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4025 | 4030 | ||
4026 | $Id: ChangeLog,v 1.4935 2008/05/19 22:57:06 djm Exp $ | 4031 | $Id: ChangeLog,v 1.4936 2008/06/04 00:54:00 djm Exp $ |