| 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 |
*/ |
*/ |
| 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; |