1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Florian Gaab reports that freeSSHd 1.0.7, which claims a "softwareversion"

of "WeOnlyDo-1.2.6", mishandles repeat key exchange.  Add it to the list.

[originally from svn r6200]
This commit is contained in:
Ben Harris 2005-08-22 20:07:46 +00:00
parent 92a62b8aed
commit 575fa173d8

3
ssh.c
View File

@ -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.
*/