Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|