Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/ttssh2/ttxssh/keyfiles.h

Log of /trunk/ttssh2/ttxssh/keyfiles.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 3737 byte(s)
Diff to previous 8527
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 5 15:25:00 2020 UTC (4 years, 2 months ago) by zmatsuo
File length: 3741 byte(s)
Diff to previous 6841
ttssh2 コンパイル時の警告に対応した

- テーブル(変数)、複数のファイルから参照されていないtypedefなどを.hから.c移動
- 不変のテーブル(変数)にconst追加
- ファイル外に見せる必要がない変数、関数に static 追加

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 4466 byte(s)
Diff to previous 5545
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 5545 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 16:06:58 2014 UTC (10 years ago) by yutakapon
File length: 4389 byte(s)
Diff to previous 5522
チケット #33263
Curve25519楕円曲線DH(Diffe Hellman)アルゴリズムを使った鍵交換をサポートした。

svn+ssh://svn.sourceforge.jp/svnroot/ttssh2/branches/ssh_ed25519
ブランチからマージ。

現時点でサポートしている機能は下記の通り。

 ・Key Generatorで ED25519 鍵の作成
 ・Key Generatorで RSA/DSA/ECDSA 秘密鍵ファイルに bcrypt KDF を選択可能。
 ・ED25519 による公開鍵認証ログイン
 ・RSA(bcrypt KDF) による公開鍵認証ログイン
 ・DSA(bcrypt KDF) による公開鍵認証ログイン
 ・ECDSA(bcrypt KDF) による公開鍵認証ログイン
 ・Host Keyに ssh-ed25519 のサポート


Revision 5522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 11 03:12:56 2014 UTC (10 years, 1 month ago) by doda
File length: 3957 byte(s)
Diff to previous 5284
非暗号化PKCS#8形式の鍵に対応


Revision 5284 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 25 03:58:15 2013 UTC (10 years, 10 months ago) by doda
File length: 3895 byte(s)
Diff to previous 5056
PKCS#8形式の鍵を読み込めなくなっていたのを修正。


Revision 5056 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 13:24:06 2012 UTC (11 years, 5 months ago) by maya
File length: 3305 byte(s)
Diff to previous 4307
PuTTY 形式, SECSH 形式の SSH2 秘密鍵を読み込めるようにした

Revision 4307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 15 09:00:01 2011 UTC (13 years, 1 month ago) by maya
File length: 2231 byte(s)
Diff to previous 3227
鍵の種類を増やせるように整理した
  enum hostkey_type を ssh_keytype にリネームした
機能が重複している構造体・コードを削除した
  CRYPTKeyPair を削除、Key を使うようにした
  key_from_blob を使うようにした

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: 2031 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: 1982 byte(s)
Diff to previous 2769
CVS から SVN へ移行: trunk に集約

Revision 2769 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 27 14:35:41 2004 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/keyfiles.h
File length: 1982 byte(s)
Diff to previous 2762
SSH2秘密鍵読み込み失敗時のエラーメッセージを強化した。


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
Original Path: ttssh2/trunk/ttxssh/keyfiles.h
File length: 1938 byte(s)
Diff to previous 2729
SSH2公開鍵認証(RSA/DSA)をサポートした。


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
Original Path: ttssh2/trunk/ttxssh/keyfiles.h
File length: 1756 byte(s)
Copied from: ttssh2/branches/avendor/ttxssh/keyfiles.h 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/keyfiles.h
File length: 1756 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