[BACK]Return to compat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/compat.c between version 1.83 and 1.84

version 1.83, 2014/04/18 23:52:25 version 1.84, 2014/04/19 05:54:59
Line 94 
Line 94 
                 { "OpenSSH_4*",         0 },                  { "OpenSSH_4*",         0 },
                 { "OpenSSH_5*",         SSH_NEW_OPENSSH|SSH_BUG_DYNAMIC_RPORT},                  { "OpenSSH_5*",         SSH_NEW_OPENSSH|SSH_BUG_DYNAMIC_RPORT},
                 { "OpenSSH_6.5*,"                  { "OpenSSH_6.5*,"
                   "OpenSSH_6.6",        SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD},                    "OpenSSH_6.6*",       SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD},
                 { "OpenSSH*",           SSH_NEW_OPENSSH },                  { "OpenSSH*",           SSH_NEW_OPENSSH },
                 { "*MindTerm*",         0 },                  { "*MindTerm*",         0 },
                 { "2.1.0*",             SSH_BUG_SIGBLOB|SSH_BUG_HMAC|                  { "2.1.0*",             SSH_BUG_SIGBLOB|SSH_BUG_HMAC|

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84