]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/04/30 16:02:49
authormouring <mouring>
Mon, 30 Apr 2001 23:09:45 +0000 (23:09 +0000)
committermouring <mouring>
Mon, 30 Apr 2001 23:09:45 +0000 (23:09 +0000)
     [compat.c]
     ssh-2.0.10 has the weak-key-bug, too.

ChangeLog
compat.c

index 6733f7d53d63847fbe40f5c145f0f0daf4cae5d2..13c65715c982c47fa17bda6cbffd44104dc67f2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
    - markus@cvs.openbsd.org 2001/04/30 15:50:46
      [compat.c compat.h kex.c]
      allow interop with weaker key generation used by ssh-2.0.x, x < 10
+   - markus@cvs.openbsd.org 2001/04/30 16:02:49
+     [compat.c]
+     ssh-2.0.10 has the weak-key-bug, too.
  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
 
 20010430
index faf66fe427a0b4a473c9b60fad0e61c4cbb9f03f..cdfd2cf6dbd4fb13d8c9997b12e34c28b87e3898 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: compat.c,v 1.49 2001/04/30 15:50:46 markus Exp $");
+RCSID("$OpenBSD: compat.c,v 1.50 2001/04/30 16:02:49 markus Exp $");
 
 #ifdef HAVE_LIBPCRE
 #  include <pcreposix.h>
@@ -94,7 +94,7 @@ compat_datafellows(const char *version)
                                        SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
                                        SSH_BUG_PKOK|SSH_BUG_RSASIGMD5|
                                        SSH_BUG_HBSERVICE|SSH_BUG_OPENFAILURE },
-               { "^2\\.0\\.1[0-2]",    SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
+               { "^2\\.0\\.1[1-2]",    SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
                                        SSH_OLD_SESSIONID|SSH_BUG_DEBUG|
                                        SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
                                        SSH_BUG_PKAUTH|SSH_BUG_PKOK|
This page took 0.298216 seconds and 5 git commands to generate.