[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Fri Nov 5 10:19:49 EST 2010
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 10/11/05 10:19:49
Modified files:
. : ChangeLog authfile.c key.c key.h ssh-keygen.c
Log message:
- djm at cvs.openbsd.org 2010/10/28 11:22:09
[authfile.c key.c key.h ssh-keygen.c]
fix a possible NULL deref on loading a corrupt ECDH key
store ECDH group information in private keys files as "named groups"
rather than as a set of explicit group parameters (by setting
the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and
retrieves the group's OpenSSL NID that we need for various things.
Diff commands:
cvs -nQq rdiff -u -r1.5706 -r1.5707 openssh/ChangeLog
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/authfile.c
cvs -nQq rdiff -u -r1.98 -r1.99 openssh/key.c
cvs -nQq rdiff -u -r1.35 -r1.36 openssh/key.h
cvs -nQq rdiff -u -r1.218 -r1.219 openssh/ssh-keygen.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5706;r2=1.5707&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.87;r2=1.88&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.98;r2=1.99&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.h?r1=1.35;r2=1.36&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.218;r2=1.219&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