Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 167 |
#define KEX_DH14 "diffie-hellman-group14-sha1" |
#define KEX_DH14 "diffie-hellman-group14-sha1" |
| 168 |
#define KEX_DHGEX "diffie-hellman-group-exchange-sha1" |
#define KEX_DHGEX "diffie-hellman-group-exchange-sha1" |
| 169 |
|
|
| 170 |
|
// support of "Compression delayed" (2006.6.23 maya) |
| 171 |
|
#define COMP_UNKNOWN -1 |
| 172 |
|
#define COMP_NONE 0 |
| 173 |
|
#define COMP_ZLIB 1 |
| 174 |
|
#define COMP_DELAYED 2 |
| 175 |
|
|
| 176 |
enum kex_exchange { |
enum kex_exchange { |
| 177 |
KEX_DH_GRP1_SHA1, |
KEX_DH_GRP1_SHA1, |
| 178 |
KEX_DH_GRP14_SHA1, |
KEX_DH_GRP14_SHA1, |
| 205 |
"hmac-md5,hmac-sha1,hmac-ripemd160," \ |
"hmac-md5,hmac-sha1,hmac-ripemd160," \ |
| 206 |
"hmac-ripemd160@openssh.com," \ |
"hmac-ripemd160@openssh.com," \ |
| 207 |
"hmac-sha1-96,hmac-md5-96" |
"hmac-sha1-96,hmac-md5-96" |
| 208 |
#define KEX_DEFAULT_COMP "none,zlib" |
// support of "Compression delayed" (2006.6.23 maya) |
| 209 |
|
#define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib" |
| 210 |
#define KEX_DEFAULT_LANG "" |
#define KEX_DEFAULT_LANG "" |
| 211 |
|
|
| 212 |
/* Minimum modulus size (n) for RSA keys. */ |
/* Minimum modulus size (n) for RSA keys. */ |
|
|
Legend:
| Removed from v.2857 |
|
| changed lines |
| |
Added in v.2873 |
|
|
| |