Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 438 |
// Host Key algorithm order |
// Host Key algorithm order |
| 439 |
READ_STD_STRING_OPTION(HostKeyOrder); |
READ_STD_STRING_OPTION(HostKeyOrder); |
| 440 |
normalize_host_key_order(settings->HostKeyOrder); |
normalize_host_key_order(settings->HostKeyOrder); |
| 441 |
// H-MAC order |
// HMAC order |
| 442 |
READ_STD_STRING_OPTION(MacOrder); |
READ_STD_STRING_OPTION(MacOrder); |
| 443 |
normalize_mac_order(settings->MacOrder); |
normalize_mac_order(settings->MacOrder); |
| 444 |
// Compression algorithm order |
// Compression algorithm order |
|
|
Legend:
| Removed from v.6809 |
|
| changed lines |
| |
Added in v.6821 |
|
|
|