summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-11-05 10:19:49 +1100
committerDamien Miller <djm@mindrot.org>2010-11-05 10:19:49 +1100
commitb472a90d4ceca15620aa525099bf4b2d5ba8a59b (patch)
treef4b9c97b1c3d78f68da5159852b7593a280edcf5 /ChangeLog
parent3a0e9f6479d50a95b5ccd7d7668b0ff45571de9c (diff)
- 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e7f92c94..79419367e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@
3 - djm@cvs.openbsd.org 2010/09/22 12:26:05 3 - djm@cvs.openbsd.org 2010/09/22 12:26:05
4 [regress/Makefile regress/kextype.sh] 4 [regress/Makefile regress/kextype.sh]
5 regress test for each of the key exchange algorithms that we support 5 regress test for each of the key exchange algorithms that we support
6 - djm@cvs.openbsd.org 2010/10/28 11:22:09
7 [authfile.c key.c key.h ssh-keygen.c]
8 fix a possible NULL deref on loading a corrupt ECDH key
9
10 store ECDH group information in private keys files as "named groups"
11 rather than as a set of explicit group parameters (by setting
12 the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and
13 retrieves the group's OpenSSL NID that we need for various things.
6 14
720101025 1520101025
8 - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with 16 - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with