diff options
author | Damien Miller <djm@mindrot.org> | 2013-09-14 09:47:00 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-09-14 09:47:00 +1000 |
commit | 8bab5e7b5ff6721d926b5ebf05a3a24489889c58 (patch) | |
tree | 0669c62c9d4590abeef9af04f759a62567994c82 /ChangeLog | |
parent | 61353b3208d548fab863e0e0ac5d2400ee5bb340 (diff) |
- deraadt@cvs.openbsd.org 2013/09/02 22:00:34
[ssh-keygen.c sshconnect1.c sshd.c]
All the instances of arc4random_stir() are bogus, since arc4random()
does this itself, inside itself, and has for a very long time.. Actually,
this was probably reducing the entropy available.
ok djm
ID SYNC ONLY for portable; we don't trust other arc4random implementations
to do this right.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -14,6 +14,14 @@ | |||
14 | - djm@cvs.openbsd.org 2013/08/31 00:13:54 | 14 | - djm@cvs.openbsd.org 2013/08/31 00:13:54 |
15 | [sftp.c] | 15 | [sftp.c] |
16 | make ^w match ksh behaviour (delete previous word instead of entire line) | 16 | make ^w match ksh behaviour (delete previous word instead of entire line) |
17 | - deraadt@cvs.openbsd.org 2013/09/02 22:00:34 | ||
18 | [ssh-keygen.c sshconnect1.c sshd.c] | ||
19 | All the instances of arc4random_stir() are bogus, since arc4random() | ||
20 | does this itself, inside itself, and has for a very long time.. Actually, | ||
21 | this was probably reducing the entropy available. | ||
22 | ok djm | ||
23 | ID SYNC ONLY for portable; we don't trust other arc4random implementations | ||
24 | to do this right. | ||
17 | 25 | ||
18 | 20130828 | 26 | 20130828 |
19 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the | 27 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the |