diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-21 00:43:42 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-21 00:43:42 +0000 |
commit | 402c6cc68170ee63d07c5ff4a081e113b1628445 (patch) | |
tree | 081f2f0e57c333e53c308abbfdce31b6ae3d2006 /ChangeLog | |
parent | cb72e4f6d2cf63cda22484ec90142689fed288f6 (diff) |
- markus@cvs.openbsd.org 2002/06/19 18:01:00
[cipher.c monitor.c monitor_wrap.c packet.c packet.h]
make the monitor sync the transfer ssh1 session key;
transfer keycontext only for RC4 (this is still depends on EVP
implementation details and is broken).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,6 +30,11 @@ | |||
30 | ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c | 30 | ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c |
31 | xmalloc.h] | 31 | xmalloc.h] |
32 | KNF done automatically while reading.... | 32 | KNF done automatically while reading.... |
33 | - markus@cvs.openbsd.org 2002/06/19 18:01:00 | ||
34 | [cipher.c monitor.c monitor_wrap.c packet.c packet.h] | ||
35 | make the monitor sync the transfer ssh1 session key; | ||
36 | transfer keycontext only for RC4 (this is still depends on EVP | ||
37 | implementation details and is broken). | ||
33 | - (bal) Cygwin special handling of empty passwords wrong. Patch by | 38 | - (bal) Cygwin special handling of empty passwords wrong. Patch by |
34 | vinschen@redhat.com | 39 | vinschen@redhat.com |
35 | 40 | ||
@@ -960,4 +965,4 @@ | |||
960 | - (stevesk) entropy.c: typo in debug message | 965 | - (stevesk) entropy.c: typo in debug message |
961 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 966 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
962 | 967 | ||
963 | $Id: ChangeLog,v 1.2225 2002/06/21 00:41:51 mouring Exp $ | 968 | $Id: ChangeLog,v 1.2226 2002/06/21 00:43:42 mouring Exp $ |