Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 4207 |
if (b == NULL || kdf == NULL || encoded == NULL || blob == NULL) |
if (b == NULL || kdf == NULL || encoded == NULL || blob == NULL) |
| 4208 |
goto ed25519_error; |
goto ed25519_error; |
| 4209 |
|
|
| 4210 |
|
if (passphrase == NULL || !strlen(passphrase)) { |
| 4211 |
|
ciphername = "none"; |
| 4212 |
|
kdfname = "none"; |
| 4213 |
|
} |
| 4214 |
|
|
| 4215 |
ciphernameval = get_cipher_by_name(ciphername); |
ciphernameval = get_cipher_by_name(ciphername); |
| 4216 |
blocksize = get_cipher_block_size(ciphernameval); |
blocksize = get_cipher_block_size(ciphernameval); |
| 4217 |
keylen = get_cipher_key_len(ciphernameval); |
keylen = get_cipher_key_len(ciphernameval); |
|
|
Legend:
| Removed from v.5766 |
|
| changed lines |
| |
Added in v.5768 |
|
|
|