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 3130 by doda, Fri May 23 05:04:09 2008 UTC revision 3134 by doda, Fri Jun 20 11:58:47 2008 UTC
# Line 48  SOFTWARE, EVEN IF ADVISED OF THE POSSIBI Line 48  SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
48  #define DEATTACK_DETECTED       1  #define DEATTACK_DETECTED       1
49    
50  /*  /*
51   * $Id: crypt.c,v 1.20 2008-05-23 05:04:09 doda Exp $ Cryptographic attack   * $Id: crypt.c,v 1.21 2008-06-20 11:58:47 doda Exp $ Cryptographic attack
52   * detector for ssh - source code (C)1998 CORE-SDI, Buenos Aires Argentina   * detector for ssh - source code (C)1998 CORE-SDI, Buenos Aires Argentina
53   * Ariel Futoransky(futo@core-sdi.com) <http://www.core-sdi.com>   * Ariel Futoransky(futo@core-sdi.com) <http://www.core-sdi.com>
54   */   */
# Line 897  BOOL CRYPT_choose_ciphers(PTInstVar pvar Line 897  BOOL CRYPT_choose_ciphers(PTInstVar pvar
897                  UTIL_get_lang_msg("MSG_CHIPHER_NONE_ERROR", pvar,                  UTIL_get_lang_msg("MSG_CHIPHER_NONE_ERROR", pvar,
898                                    "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"
899                                    "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"
900                                    "in the TTSSH Setup dialog box when you run TeraTerm again.\n"                                    "in the TTSSH Setup dialog box when you run Tera Term again.\n"
901                                    "This connection will now close.");                                    "This connection will now close.");
902                  notify_fatal_error(pvar, pvar->ts->UIMsg);                  notify_fatal_error(pvar, pvar->ts->UIMsg);
903                  return FALSE;                  return FALSE;

Legend:
Removed from v.3130  
changed lines
  Added in v.3134

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