Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 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) |
// support of "Compression delayed" (2006.6.23 maya) |
| 171 |
#define COMP_UNKNOWN -1 |
enum compression_algorithm { |
| 172 |
#define COMP_NONE 0 |
COMP_NONE, |
| 173 |
#define COMP_ZLIB 1 |
COMP_ZLIB, |
| 174 |
#define COMP_DELAYED 2 |
COMP_DELAYED, |
| 175 |
|
COMP_UNKNOWN |
| 176 |
|
}; |
| 177 |
|
|
| 178 |
enum kex_exchange { |
enum kex_exchange { |
| 179 |
KEX_DH_GRP1_SHA1, |
KEX_DH_GRP1_SHA1, |
|
|
Legend:
| Removed from v.2873 |
|
| changed lines |
| |
Added in v.2916 |
|
|
|