From 2856a1b9009fe14b762f61c824d0e8d5cc86b542 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 18 Feb 2003 20:10:24 +0000 Subject: [PATCH] Fix `ssh2.0.11-keyderive-nonbug' on the strength of Ben's analysis. Not tested it myself. git-svn-id: svn://svn.tartarus.org/sgt/putty@2861 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index ba2e0753..76dc2ec6 100644 --- a/ssh.c +++ b/ssh.c @@ -1772,7 +1772,7 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) if (ssh->cfg.sshbug_derivekey2 == FORCE_ON || (ssh->cfg.sshbug_derivekey2 == AUTO && - (wc_match("2.0.0*", imp) || wc_match("2.0.1[01]*", imp) ))) { + (wc_match("2.0.0*", imp) || wc_match("2.0.10*", imp) ))) { /* * These versions have the key-derivation bug (failing to * include the literal shared secret in the hashes that -- 2.11.0