| commit | 8bab5e7b5ff6721d926b5ebf05a3a24489889c58 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sat Sep 14 09:47:00 2013 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Sat Sep 14 09:47:00 2013 +1000 |
| tree | 0669c62c9d4590abeef9af04f759a62567994c82 | |
| 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.