Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c
Parent Directory
| Revision Log
| Patch
| 37 |
#include <openssl/err.h> |
#include <openssl/err.h> |
| 38 |
#include <openssl/des.h> |
#include <openssl/des.h> |
| 39 |
#include <openssl/hmac.h> // for SSH2(yutaka) |
#include <openssl/hmac.h> // for SSH2(yutaka) |
| 40 |
|
#include <openssl/dsa.h> |
| 41 |
#include "cipher.h" |
#include "cipher.h" |
| 42 |
#include "ssh.h" |
#include "ssh.h" |
| 43 |
|
|
| 48 |
#define DEATTACK_DETECTED 1 |
#define DEATTACK_DETECTED 1 |
| 49 |
|
|
| 50 |
/* |
/* |
| 51 |
* $Id: crypt.c,v 1.3 2004-12-22 17:28:14 yutakakn Exp $ Cryptographic attack |
* $Id: crypt.c,v 1.4 2005-07-09 05:16:06 yutakakn 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 |
*/ |
*/ |
| 1423 |
|
|
| 1424 |
/* |
/* |
| 1425 |
* $Log: not supported by cvs2svn $ |
* $Log: not supported by cvs2svn $ |
| 1426 |
|
* Revision 1.3 2004/12/22 17:28:14 yutakakn |
| 1427 |
|
* SSH2公開鍵認証(RSA/DSA)をサポートした。 |
| 1428 |
|
* |
| 1429 |
*/ |
*/ |
|
|
Legend:
| Removed from v.2762 |
|
| changed lines |
| |
Added in v.2831 |
|
|
|