- djm@cvs.openbsd.org 2010/10/28 11:22:09
commitd301df6e6abe474391e7471a1ca2073f9e722b53
authordjm <djm>
Thu, 4 Nov 2010 23:19:49 +0000 (4 23:19 +0000)
committerdjm <djm>
Thu, 4 Nov 2010 23:19:49 +0000 (4 23:19 +0000)
treeb9623ec39695b535063d4d8c73ab1a14effc7439
parent91f58c1822df38c7f0fa5aaf0e3c3986aae09ca1
   - djm@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.
ChangeLog
authfile.c
key.c
key.h
ssh-keygen.c