summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:19:35 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:19:35 +1100
commit19bb3a57f88adc789d61964fcb8f50165026b322 (patch)
treeba18e185c014c1da12ce4422a7e7bad9e71725f5 /ChangeLog
parent24ecf612614d83622d9777349b4ecd21ee22bb2a (diff)
- djm@cvs.openbsd.org 2005/11/04 05:15:59
[kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c] remove hardcoded hash lengths in key exchange code, allowing implementation of KEX methods with different hashes (e.g. SHA-256); ok markus@ dtucker@ stevesk@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cefc3e0b4..6fb0b7d35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -93,6 +93,11 @@
93 - dtucker@cvs.openbsd.org 2005/11/03 13:38:29 93 - dtucker@cvs.openbsd.org 2005/11/03 13:38:29
94 [canohost.c] 94 [canohost.c]
95 Cache reverse lookups with and without DNS separately; ok markus@ 95 Cache reverse lookups with and without DNS separately; ok markus@
96 - djm@cvs.openbsd.org 2005/11/04 05:15:59
97 [kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c]
98 remove hardcoded hash lengths in key exchange code, allowing
99 implementation of KEX methods with different hashes (e.g. SHA-256);
100 ok markus@ dtucker@ stevesk@
96 101
9720051102 10220051102
98 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 103 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3226,4 +3231,4 @@
3226 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3231 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3227 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3232 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3228 3233
3229$Id: ChangeLog,v 1.3950 2005/11/05 04:16:52 djm Exp $ 3234$Id: ChangeLog,v 1.3951 2005/11/05 04:19:35 djm Exp $