[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Sat Sep 14 09:47:01 EST 2013
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 13/09/14 09:47:01
Modified files:
. : ChangeLog ssh-keygen.c sshconnect1.c sshd.c
Log message:
- deraadt at 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.
Diff commands:
cvs -nQq rdiff -u -r1.6476 -r1.6477 openssh/ChangeLog
cvs -nQq rdiff -u -r1.252 -r1.253 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.73 -r1.74 openssh/sshconnect1.c
cvs -nQq rdiff -u -r1.429 -r1.430 openssh/sshd.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6476;r2=1.6477&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.252;r2=1.253&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect1.c?r1=1.73;r2=1.74&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.429;r2=1.430&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list