Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6654 by doda, Thu Mar 23 12:54:48 2017 UTC revision 6655 by doda, Thu Mar 23 12:54:55 2017 UTC
# Line 5281  static void SSH2_dh_gex_kex_init(PTInstV Line 5281  static void SSH2_dh_gex_kex_init(PTInstV
5281                  _snprintf_s(tmp, sizeof(tmp), _TRUNCATE,                  _snprintf_s(tmp, sizeof(tmp), _TRUNCATE,
5282                              "SSH_BUG_DHGEX_LARGE is enabled. DH-GEX group size is limited to 4096. (Original size is %d)",                              "SSH_BUG_DHGEX_LARGE is enabled. DH-GEX group size is limited to 4096. (Original size is %d)",
5283                              bits);                              bits);
5284                  notify_verbose_message(pvar, tmp, LOG_LEVEL_NOTIFY);                  notify_verbose_message(pvar, tmp, LOG_LEVEL_NOTICE);
5285                  bits = 4096;                  bits = 4096;
5286          }          }
5287    
# Line 5381  static BOOL handle_SSH2_dh_gex_group(PTI Line 5381  static BOOL handle_SSH2_dh_gex_group(PTI
5381          // (3) 要求の最小値は満たすが、要求値よりは小さい。確認ダイアログは出さない。          // (3) 要求の最小値は満たすが、要求値よりは小さい。確認ダイアログは出さない。
5382                  _snprintf_s(tmpbuf, sizeof(tmpbuf), _TRUNCATE,                  _snprintf_s(tmpbuf, sizeof(tmpbuf), _TRUNCATE,
5383                      "DH-GEX: grp_bits(%d) < kexgex_bits(%d)", grp_bits, pvar->kexgex_bits);                      "DH-GEX: grp_bits(%d) < kexgex_bits(%d)", grp_bits, pvar->kexgex_bits);
5384                  notify_verbose_message(pvar, tmpbuf, LOG_LEVEL_NOTIFY);                  notify_verbose_message(pvar, tmpbuf, LOG_LEVEL_NOTICE);
5385  #if 1  #if 1
5386                  tmpbuf[0] = 0; // no message                  tmpbuf[0] = 0; // no message
5387  #else  #else

Legend:
Removed from v.6654  
changed lines
  Added in v.6655

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26