Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 206 |
char client_version_string[128]; |
char client_version_string[128]; |
| 207 |
buffer_t *my_kex; |
buffer_t *my_kex; |
| 208 |
buffer_t *peer_kex; |
buffer_t *peer_kex; |
| 209 |
enum kex_algorithm kex_type; // KEX algorithm |
kex_algorithm kex_type; // KEX algorithm |
| 210 |
enum ssh_keytype hostkey_type; |
ssh_keytype hostkey_type; |
| 211 |
SSHCipher ctos_cipher; |
SSHCipher ctos_cipher; |
| 212 |
SSHCipher stoc_cipher; |
SSHCipher stoc_cipher; |
| 213 |
enum hmac_type ctos_hmac; |
hmac_type ctos_hmac; |
| 214 |
enum hmac_type stoc_hmac; |
hmac_type stoc_hmac; |
| 215 |
enum compression_type ctos_compression; |
compression_type ctos_compression; |
| 216 |
enum compression_type stoc_compression; |
compression_type stoc_compression; |
| 217 |
int we_need; |
int we_need; |
| 218 |
int key_done; |
int key_done; |
| 219 |
int rekeying; |
int rekeying; |
|
|
Legend:
| Removed from v.4367 |
|
| changed lines |
| |
Added in v.4378 |
|
|
|