Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 191 |
|
|
| 192 |
// KEX order(derived from teraterm.ini) |
// KEX order(derived from teraterm.ini) |
| 193 |
char KexOrder[KEX_DH_MAX+1]; |
char KexOrder[KEX_DH_MAX+1]; |
| 194 |
char HostKeyOrder[KEY_MAX+1]; |
char HostKeyOrder[KEY_ALGO_MAX+1]; |
| 195 |
char MacOrder[HMAC_MAX+1]; |
char MacOrder[HMAC_MAX+1]; |
| 196 |
char CompOrder[COMP_MAX+1]; |
char CompOrder[COMP_MAX+1]; |
| 197 |
|
|
| 272 |
buffer_t *my_kex; |
buffer_t *my_kex; |
| 273 |
buffer_t *peer_kex; |
buffer_t *peer_kex; |
| 274 |
kex_algorithm kex_type; // KEX algorithm |
kex_algorithm kex_type; // KEX algorithm |
| 275 |
ssh_keytype hostkey_type; |
ssh_keyalgo hostkey_type; |
| 276 |
const struct ssh2cipher *ciphers[MODE_MAX]; |
const struct ssh2cipher *ciphers[MODE_MAX]; |
| 277 |
const struct SSH2Mac *macs[MODE_MAX]; |
const struct SSH2Mac *macs[MODE_MAX]; |
| 278 |
compression_type ctos_compression; |
compression_type ctos_compression; |
|
|
Legend:
| Removed from v.10009 |
|
| changed lines |
| |
Added in v.10064 |
|
|
|