Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 223 |
"diffie-hellman-group14-sha1," \ |
"diffie-hellman-group14-sha1," \ |
| 224 |
"diffie-hellman-group1-sha1" |
"diffie-hellman-group1-sha1" |
| 225 |
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" |
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" |
| 226 |
#define KEX_DEFAULT_ENCRYPT "aes256-ctr,aes256-cbc,aes192-ctr,aes192-cbc," \ |
// use the setting of pvar.CipherOrder. |
| 227 |
"aes128-ctr,aes128-cbc,3des-cbc,blowfish-cbc," \ |
#define KEX_DEFAULT_ENCRYPT "" |
|
"arcfour256,arcfour128,arcfour,cast128-cbc" |
|
| 228 |
#define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5" |
#define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5" |
| 229 |
// support of "Compression delayed" (2006.6.23 maya) |
// support of "Compression delayed" (2006.6.23 maya) |
| 230 |
#define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" |
#define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" |
|
|
Legend:
| Removed from v.3170 |
|
| changed lines |
| |
Added in v.3173 |
|
|
| |