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 4301 by maya, Sat Feb 12 06:52:18 2011 UTC revision 4302 by maya, Mon Feb 14 03:19:21 2011 UTC
# Line 6107  static BOOL handle_SSH2_dh_kex_reply(PTI Line 6107  static BOOL handle_SSH2_dh_kex_reply(PTI
6107                  }                  }
6108          }          }
6109    
6110          if ((ret = key_verify(rsa, dsa, signature, siglen, hash, 20)) != 1) {          if ((ret = key_verify(rsa, dsa, signature, siglen, hash, hashlen)) != 1) {
6111                  if (ret == -3 && rsa != NULL) {                  if (ret == -3 && rsa != NULL) {
6112                          if (!pvar->settings.EnableRsaShortKeyServer) {                          if (!pvar->settings.EnableRsaShortKeyServer) {
6113                                  _snprintf_s(emsg_tmp, sizeof(emsg_tmp), _TRUNCATE,                                  _snprintf_s(emsg_tmp, sizeof(emsg_tmp), _TRUNCATE,

Legend:
Removed from v.4301  
changed lines
  Added in v.4302

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