Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 74 |
#include "ssh.h" |
#include "ssh.h" |
| 75 |
#include "auth.h" |
#include "auth.h" |
| 76 |
#include "crypt.h" |
#include "crypt.h" |
| 77 |
|
#include "cipher.h" |
| 78 |
|
#include "comp.h" |
| 79 |
|
#include "kex.h" |
| 80 |
|
#include "hostkey.h" |
| 81 |
|
#include "key.h" |
| 82 |
#include "hosts.h" |
#include "hosts.h" |
| 83 |
#include "fwd.h" |
#include "fwd.h" |
| 84 |
|
|
| 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_keytype hostkey_type; |
| 276 |
SSH2Cipher *ciphers[MODE_MAX]; |
const struct ssh2cipher *ciphers[MODE_MAX]; |
| 277 |
SSH2Mac *macs[MODE_MAX]; |
const struct SSH2Mac *macs[MODE_MAX]; |
| 278 |
compression_type ctos_compression; |
compression_type ctos_compression; |
| 279 |
compression_type stoc_compression; |
compression_type stoc_compression; |
| 280 |
int we_need; |
int we_need; |
|
|
Legend:
| Removed from v.9209 |
|
| changed lines |
| |
Added in v.9210 |
|
|
|