Florian Gaab reports that freeSSHd 1.0.7, which claims a "softwareversion"
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 22 Aug 2005 20:07:46 +0000 (20:07 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 22 Aug 2005 20:07:46 +0000 (20:07 +0000)
of "WeOnlyDo-1.2.6", mishandles repeat key exchange.  Add it to the list.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6200 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 2b2b1dc..e0556a6 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -2249,7 +2249,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
          wc_match("OpenSSH_2.[0-4]*", imp) ||
          wc_match("OpenSSH_2.5.[0-3]*", imp) ||
          wc_match("Sun_SSH_1.0", imp) ||
-         wc_match("Sun_SSH_1.0.1", imp)))) {
+         wc_match("Sun_SSH_1.0.1", imp) ||
+         wc_match("WeOnlyDo-1.2.6", imp)))) {
        /*
         * These versions have the SSH-2 rekey bug.
         */