Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6585 by doda, Wed Feb 1 00:52:48 2017 UTC revision 6681 by doda, Wed Apr 12 08:51:41 2017 UTC
# Line 1163  BOOL CRYPT_choose_ciphers(PTInstVar pvar Line 1163  BOOL CRYPT_choose_ciphers(PTInstVar pvar
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"
# Line 1787  BOOL CRYPT_start_encryption(PTInstVar pv Line 1787  BOOL CRYPT_start_encryption(PTInstVar pv
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26