summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-04 02:00:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-04 02:00:54 +0000
commit2d90e003098834de493a797017f8704b2f383f67 (patch)
tree9465422eab9f2925c7a9ed6cb99a923173fde9fe /ChangeLog
parent9323d964791a8627c7733e64951d32e7d4b19f9c (diff)
- markus@cvs.openbsd.org 2001/04/03 23:32:12
[kex.c kex.h packet.c sshconnect2.c sshd.c] undo parts of recent my changes: main part of keyexchange does not need dispatch-callbacks, since application data is delayed until the keyexchange completes (if i understand the drafts correctly). add some infrastructure for re-keying.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c3701630..df0829962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@
13 - todd@cvs.openbsd.org 2001/04/03 21:19:38 13 - todd@cvs.openbsd.org 2001/04/03 21:19:38
14 [ssh_config] 14 [ssh_config]
15 id_rsa1/2 -> id_rsa; ok markus@ 15 id_rsa1/2 -> id_rsa; ok markus@
16 - markus@cvs.openbsd.org 2001/04/03 23:32:12
17 [kex.c kex.h packet.c sshconnect2.c sshd.c]
18 undo parts of recent my changes: main part of keyexchange does not
19 need dispatch-callbacks, since application data is delayed until
20 the keyexchange completes (if i understand the drafts correctly).
21 add some infrastructure for re-keying.
16 22
1720010403 2320010403
18 - OpenBSD CVS Sync 24 - OpenBSD CVS Sync
@@ -4823,4 +4829,4 @@
4823 - Wrote replacements for strlcpy and mkdtemp 4829 - Wrote replacements for strlcpy and mkdtemp
4824 - Released 1.0pre1 4830 - Released 1.0pre1
4825 4831
4826$Id: ChangeLog,v 1.1051 2001/04/04 01:58:48 mouring Exp $ 4832$Id: ChangeLog,v 1.1052 2001/04/04 02:00:54 mouring Exp $