CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/28 05:22:09
Modified files:
usr.bin/ssh : authfile.c key.c key.h ssh-keygen.c
Log message:
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.
