Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/ttssh2/ttxssh/cipher-ctr.c

Log of /trunk/ttssh2/ttxssh/cipher-ctr.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 10648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 28 14:12:32 2023 UTC (12 months, 2 weeks ago) by nmaya
File length: 17194 byte(s)
Diff to previous 10529
EVP_CIPHER 構造体を用いる場合と、EVP_CIPHER_meth_new() 関数を用いる場合の条件分岐を整理

LibreSSL 3.5.0-3.7.0 は EVP_CIPHER 構造体も EVP_CIPHER_meth_new() 関数も使えない

ticket #45656, #43469, wiki:暗号ライブラリ

Revision 10529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 21 17:41:55 2023 UTC (14 months, 2 weeks ago) by zmatsuo
File length: 16299 byte(s)
Diff to previous 9692
ttssh2 プロトタイプをヘッダに移動

- cipher-3des1.h, cipher-ctr.h を追加
- cipher-3des1.c, cipher-ctr.c の関数のプロトタイプを h へ移動

Revision 9692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 16 15:16:19 2022 UTC (2 years, 2 months ago) by nmaya
File length: 16377 byte(s)
Diff to previous 9139
暗号ライブラリを OpenSSL から LibreSSL に変更

#43469

merge from libressl_3_4_2:
r9623,r9624,r9637,r9648,r9658,r9660,r9676,r9677,r9679,r9680,r9683

Revision 9139 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 27 14:41:20 2021 UTC (3 years, 2 months ago) by zmatsuo
File length: 13620 byte(s)
Diff to previous 8424
ttssh警告修正

- warning C4028: パラメーターの型 4 が関数宣言と一致しません。

Revision 8424 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 28 15:03:52 2019 UTC (4 years, 4 months ago) by zmatsuo
File length: 13650 byte(s)
Diff to previous 8316
未使用コードを削除した

Revision 8316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 16 13:19:25 2019 UTC (4 years, 5 months ago) by yutakapon
File length: 13950 byte(s)
Diff to previous 6229
- TTSSHとTTProxyを OpenSSL 1.1.1 に対応した。
  ※OpenSSL 1.0.2ではビルドできません
- Win32 APIのWindows依存チェックツール(installer/checksymbol)を追加した。

branches/openssl_1_1_1_v3からリビジョン8258をマージ:
/branches/openssl_1_1_1_v2 ブランチの r7785 - r8256 をマージした。


........


Revision 6229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 1 11:06:37 2016 UTC (8 years, 3 months ago) by yutakapon
File length: 13586 byte(s)
Diff to previous 4601
チケット #35870 ゼロクリアの削除

memset()やZeroMemory()は、コンパイラの最適化で削除されることがあるため、
セキュリティ上削除されると困る箇所に関しては SecureZeroMemory() に置き換える。
SecureZeroMemory() はインライン関数のため、Windows95 でも動作する。


Revision 4601 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 28 14:23:32 2011 UTC (12 years, 7 months ago) by maya
File length: 13529 byte(s)
Diff to previous 4433
Camellia を正式サポート
  "@openssh.org" 付きのほうはコメントアウトしたまま

Revision 4433 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 11 00:29:12 2011 UTC (13 years ago) by doda
File length: 13765 byte(s)
Diff to previous 3852
Camellia サポート


Revision 3852 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 12 12:20:19 2010 UTC (14 years ago) by doda
File length: 10895 byte(s)
Diff to previous 3850
使用していない関数を削除。


Revision 3850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 12 08:29:53 2010 UTC (14 years ago) by doda
File length: 11175 byte(s)
Diff to previous 3227
3DES-CTR, BLOWFISH-CTR, CAST128-CTR 共通鍵暗号方式をサポート。


Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 3407 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 3281 byte(s)
Diff to previous 3160
CVS から SVN へ移行: trunk に集約

Revision 3160 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 18 08:35:51 2008 UTC (15 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/cipher-ctr.c
File length: 3281 byte(s)
Diff to previous 3159
バグ修正(yasuhide)


Revision 3159 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Nov 18 06:24:09 2008 UTC (15 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/cipher-ctr.c
File length: 3281 byte(s)
SSH2 の AES CTR をサポート(yasuhide)
http://jvn.jp/niscc/CPNI-957037/


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