mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05: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:
3
ssh.c
3
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.[0-4]*", imp) ||
|
||||||
wc_match("OpenSSH_2.5.[0-3]*", imp) ||
|
wc_match("OpenSSH_2.5.[0-3]*", imp) ||
|
||||||
wc_match("Sun_SSH_1.0", 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.
|
* These versions have the SSH-2 rekey bug.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user