[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Sun Jan 26 09:37:26 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/01/26 09:37:26

Modified files:
    .               : ChangeLog cipher.c cipher.h kex.c kex.h kexgexc.c

Log message:
   - dtucker at cvs.openbsd.org 2014/01/25 10:12:50
     [cipher.c cipher.h kex.c kex.h kexgexc.c]
     Add a special case for the DH group size for 3des-cbc, which has an
     effective strength much lower than the key size.  This causes problems
     with some cryptlib implementations, which don't support group sizes larger
     than 4k but also don't use the largest group size it does support as
     specified in the RFC.  Based on a patch from Petr Lautrbach at Redhat,
     reduced by me with input from Markus.  ok djm@ markus@

Diff commands:
cvs -nQq rdiff -u -r1.6702 -r1.6703 openssh/ChangeLog
cvs -nQq rdiff -u -r1.100 -r1.101 openssh/cipher.c
cvs -nQq rdiff -u -r1.39 -r1.40 openssh/cipher.h
cvs -nQq rdiff -u -r1.105 -r1.106 openssh/kex.c
cvs -nQq rdiff -u -r1.65 -r1.66 openssh/kex.h
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/kexgexc.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6702;r2=1.6703&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.c?r1=1.100;r2=1.101&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.h?r1=1.39;r2=1.40&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.c?r1=1.105;r2=1.106&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.h?r1=1.65;r2=1.66&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexc.c?r1=1.16;r2=1.17&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