Develop and Download Open Source Software

Browse Subversion Repository

Log of /ttssh2/trunk/ttxssh/crypt.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 3220)

Revision 3118 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 29 15:56:41 2008 UTC (16 years, 1 month ago) by yutakapon
File length: 45019 byte(s)
Diff to previous 3093
メモリリークを修正。
malloc(0)の場合でもメモリが取られるため、解放する必要がある。


Revision 3093 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 10 16:34:08 2008 UTC (16 years, 3 months ago) by maya
File length: 44990 byte(s)
Diff to previous 3046
EVP_CIPHER * を取得するのに、関数ポインタを使用するのをやめた。


Revision 3046 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 18 07:56:33 2007 UTC (16 years, 5 months ago) by maya
File length: 45049 byte(s)
Diff to previous 3045
暗号化/復号するパケットがブロックサイズの倍数か確認するようにした。


Revision 3045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 18 03:49:39 2007 UTC (16 years, 5 months ago) by maya
File length: 42676 byte(s)
Diff to previous 3043
SSH2 の暗号化方式として Blowfish をサポートしたい。


Revision 3043 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 15:58:15 2007 UTC (16 years, 5 months ago) by maya
File length: 40474 byte(s)
Diff to previous 3039
エラーメッセージを追加した。


Revision 3039 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 04:03:41 2007 UTC (16 years, 5 months ago) by maya
File length: 41074 byte(s)
Diff to previous 3036
SSH2 の暗号方式として AES192 をサポートした。


Revision 3036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 16 15:28:14 2007 UTC (16 years, 5 months ago) by maya
File length: 40929 byte(s)
Diff to previous 3003
SSH2 の暗号方式として AES256 をサポートした。


Revision 3003 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 20 14:21:57 2007 UTC (16 years, 7 months ago) by maya
File length: 39751 byte(s)
Diff to previous 2995
インデントを変更した。


Revision 2995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 15 04:03:26 2007 UTC (16 years, 8 months ago) by maya
File length: 37732 byte(s)
Diff to previous 2994
$Log$ を削除した。


Revision 2994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:30:03 2007 UTC (16 years, 8 months ago) by maya
File length: 38454 byte(s)
Diff to previous 2992
国際化関数を修正した。
NO_I18N マクロを削除した。


Revision 2992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 16:04:09 2007 UTC (16 years, 8 months ago) by maya
File length: 41478 byte(s)
Diff to previous 2980
安全な関数を使用するように変更した。


Revision 2980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 6 14:10:12 2007 UTC (16 years, 10 months ago) by maya
File length: 40737 byte(s)
Diff to previous 2949
プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。


Revision 2949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 22 13:45:19 2007 UTC (17 years, 2 months ago) by maya
File length: 40603 byte(s)
Diff to previous 2937
表示メッセージの読み込み対応


Revision 2937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 23 02:19:30 2006 UTC (17 years, 4 months ago) by maya
File length: 39514 byte(s)
Diff to previous 2857
表示メッセージを言語ファイルから読み込みむコードの作成を開始した。


Revision 2857 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 26 17:07:18 2006 UTC (18 years ago) by yutakakn
File length: 36876 byte(s)
Diff to previous 2831
fingerprint表示を追加


Revision 2831 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 9 05:16:06 2005 UTC (18 years, 9 months ago) by yutakakn
File length: 36707 byte(s)
Diff to previous 2762
OpenSSL 0.9.8でビルドできるようにした。


Revision 2762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 22 17:28:14 2004 UTC (19 years, 3 months ago) by yutakakn
File length: 36589 byte(s)
Diff to previous 2757
SSH2公開鍵認証(RSA/DSA)をサポートした。


Revision 2757 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 14:05:55 2004 UTC (19 years, 3 months ago) by yutakakn
File length: 36447 byte(s)
Diff to previous 2729
パケット受信時のHMACチェックを追加。
KEXにおけるHMACアルゴリズムチェックを追加。


Revision 2729 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn
File length: 35741 byte(s)
Copied from: ttssh2/branches/avendor/ttxssh/crypt.c revision 2728
Diff to previous 2728
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 2728 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn
Original Path: ttssh2/branches/avendor/ttxssh/crypt.c
File length: 35741 byte(s)
no message


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

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