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 6844 by doda, Tue Jul 4 15:02:54 2017 UTC revision 6926 by doda, Wed Aug 30 01:43:34 2017 UTC
# Line 6254  static void do_SSH2_dispatch_setup_for_t Line 6254  static void do_SSH2_dispatch_setup_for_t
6254    
6255          SSH2_dispatch_init(6);          SSH2_dispatch_init(6);
6256          SSH2_dispatch_add_range_message(SSH2_MSG_GLOBAL_REQUEST, SSH2_MSG_CHANNEL_FAILURE);          SSH2_dispatch_add_range_message(SSH2_MSG_GLOBAL_REQUEST, SSH2_MSG_CHANNEL_FAILURE);
6257            SSH2_dispatch_add_message(SSH2_MSG_UNIMPLEMENTED);
6258          SSH2_dispatch_add_message(SSH2_MSG_IGNORE); // XXX          SSH2_dispatch_add_message(SSH2_MSG_IGNORE); // XXX
6259          // OpenSSH 3.9ではデータ通信中のDH鍵交換要求が、サーバから送られてくることがある。          // OpenSSH 3.9ではデータ通信中のDH鍵交換要求が、サーバから送られてくることがある。
6260          SSH2_dispatch_add_message(SSH2_MSG_KEXINIT);          SSH2_dispatch_add_message(SSH2_MSG_KEXINIT);

Legend:
Removed from v.6844  
changed lines
  Added in v.6926

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