Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c
Parent Directory
| Revision Log
| Patch
| 48 |
#define DEATTACK_DETECTED 1 |
#define DEATTACK_DETECTED 1 |
| 49 |
|
|
| 50 |
/* |
/* |
| 51 |
* $Id: crypt.c,v 1.10 2007-08-13 22:30:03 maya Exp $ Cryptographic attack |
* $Id: crypt.c,v 1.11 2007-08-15 04:03:26 maya 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 |
*/ |
*/ |
| 1440 |
|
|
| 1441 |
free(key_pair); |
free(key_pair); |
| 1442 |
} |
} |
|
|
|
|
/* |
|
|
* $Log: not supported by cvs2svn $ |
|
|
* Revision 1.9 2007/08/08 16:04:08 maya |
|
|
* 安全な関数を使用するように変更した。 |
|
|
* |
|
|
* Revision 1.8 2007/06/06 14:10:12 maya |
|
|
* プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。 |
|
|
* |
|
|
* Revision 1.7 2007/01/22 13:45:19 maya |
|
|
* 表示メッセージの読み込み対応 |
|
|
* |
|
|
* Revision 1.6 2006/11/23 02:19:30 maya |
|
|
* 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。 |
|
|
* |
|
|
* Revision 1.5 2006/03/26 17:07:17 yutakakn |
|
|
* fingerprint表示を追加 |
|
|
* |
|
|
* Revision 1.4 2005/07/09 05:16:06 yutakakn |
|
|
* OpenSSL 0.9.8でビルドできるようにした。 |
|
|
* |
|
|
* Revision 1.3 2004/12/22 17:28:14 yutakakn |
|
|
* SSH2公開鍵認証(RSA/DSA)をサポートした。 |
|
|
* |
|
|
*/ |
|
|
|
Legend:
| Removed from v.2994 |
|
| changed lines |
| |
Added in v.2995 |
|
|
|