Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 1735 |
memset(pvar->ssh2_keys, 0, sizeof(pvar->ssh2_keys)); |
memset(pvar->ssh2_keys, 0, sizeof(pvar->ssh2_keys)); |
| 1736 |
pvar->userauth_success = 0; |
pvar->userauth_success = 0; |
| 1737 |
pvar->session_nego_status = 0; |
pvar->session_nego_status = 0; |
| 1738 |
// pvar->settings.ssh_protocol_version = 0; |
pvar->settings.ssh_protocol_version = 2; // SSH2(default) |
| 1739 |
pvar->rekeying = 0; |
pvar->rekeying = 0; |
| 1740 |
pvar->key_done = 0; |
pvar->key_done = 0; |
| 1741 |
|
|
| 2263 |
"ssh-dss,ssh-rsa", |
"ssh-dss,ssh-rsa", |
| 2264 |
"3des-cbc,aes128-cbc", |
"3des-cbc,aes128-cbc", |
| 2265 |
"3des-cbc,aes128-cbc", |
"3des-cbc,aes128-cbc", |
| 2266 |
"hmac-sha1", |
"hmac-sha1,hmac-md5", |
| 2267 |
"hmac-sha1", |
"hmac-sha1,hmac-md5", |
| 2268 |
"none", |
"none", |
| 2269 |
"none", |
"none", |
| 2270 |
"", |
"", |
| 4398 |
return TRUE; |
return TRUE; |
| 4399 |
} |
} |
| 4400 |
|
|
| 4401 |
|
/* |
| 4402 |
|
* $Log: not supported by cvs2svn $ |
| 4403 |
|
*/ |
|
|
Legend:
| Removed from v.2729 |
|
| changed lines |
| |
Added in v.2738 |
|
|
| |