Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c
Parent Directory
| Revision Log
| Patch
| 1163 |
|
|
| 1164 |
if (pvar->crypt_state.sender_cipher == SSH_CIPHER_NONE |
if (pvar->crypt_state.sender_cipher == SSH_CIPHER_NONE |
| 1165 |
|| pvar->crypt_state.receiver_cipher == SSH_CIPHER_NONE) { |
|| pvar->crypt_state.receiver_cipher == SSH_CIPHER_NONE) { |
| 1166 |
UTIL_get_lang_msg("MSG_CHIPHER_NONE_ERROR", pvar, |
UTIL_get_lang_msg("MSG_CIPHER_NONE_ERROR", pvar, |
| 1167 |
"All the encryption algorithms that this program and the server both understand have been disabled.\n" |
"All the encryption algorithms that this program and the server both understand have been disabled.\n" |
| 1168 |
"To communicate with this server, you will have to enable some more ciphers\n" |
"To communicate with this server, you will have to enable some more ciphers\n" |
| 1169 |
"in the TTSSH Setup dialog box when you run Tera Term again.\n" |
"in the TTSSH Setup dialog box when you run Tera Term again.\n" |
| 1787 |
|
|
| 1788 |
|
|
| 1789 |
if (!isOK) { |
if (!isOK) { |
| 1790 |
UTIL_get_lang_msg("MSG_CHPHER_NOTSELECTED_ERROR", pvar, |
UTIL_get_lang_msg("MSG_CIPHER_NOTSELECTED_ERROR", pvar, |
| 1791 |
"No cipher selected!"); |
"No cipher selected!"); |
| 1792 |
notify_fatal_error(pvar, pvar->ts->UIMsg, TRUE); |
notify_fatal_error(pvar, pvar->ts->UIMsg, TRUE); |
| 1793 |
return FALSE; |
return FALSE; |
|
|
Legend:
| Removed from v.6585 |
|
| changed lines |
| |
Added in v.6681 |
|
|
| |