Browse Subversion RepositoryLog of /trunk/ttssh2/ttxssh/ed25519_crypto_api.h
Revision 10261 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Sep 11 05:26:32 2022 UTC (18 months, 4 weeks ago) by nmaya File length: 3185 byte(s) Diff to previous 9048 , to selected 5516 OpenSSL のときだけ arc4random.c/h と chacha.c/h が使われるようにした - LibreSSL のときは compat/stdlib.h を include し LibreSSL の関数を利用する - RAND_bytes() を呼ぶと LibreSSL の crypto/rand/rand_lib.c の RAND_bytes() から TTSSH の arc4random.c の arc4random_buf() が呼ばれる状態を解消 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: 3068 byte(s) Diff to previous 6841 , to selected 5516 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 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: 3072 byte(s) Diff to previous 6300 , to selected 5516 TeraTerm Project としてのライセンス表記を追加 ・Tera Term 本体分を横 80 桁に収まるように改行位置を調整 ・ttssh 関連の分を追加 Revision 6300 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 13 08:15:24 2016 UTC (8 years, 1 month ago) by yutakapon File length: 3009 byte(s) Diff to previous 6250 , to selected 5516 チケット #36019 Copyright修正年度の変更 Copyrightの修正年度を 2016 に変更した。 Revision 6250 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jan 5 12:05:47 2016 UTC (8 years, 3 months ago) by doda File length: 3009 byte(s) Diff to previous 6064 , to selected 5516 arc4random() の実装を OpenSSH の ChaCha20 ベースの物に置き換え # チェックが不十分に思うけれど、度々 conflict するのに心が折れたのでとりあえずコミット # あと MIN や uint32 とかの定義場所を整理したかったけれど後で Revision 6064 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Oct 26 23:29:25 2015 UTC (8 years, 5 months ago) by maya File length: 2984 byte(s) Diff to previous 5545 , to selected 5516 Copyright 表記を調整 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: 2994 byte(s) Copied from: branches/ssh_ed25519/ttssh2/ttxssh/ed25519_crypto_api.h revision 5544 Diff to previous 5516 チケット #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 5516 - (view) (download) (as text) (annotate) - [selected] Modified Sun Mar 9 14:53:06 2014 UTC (10 years, 1 month ago) by yutakapon Original Path: branches/ssh_ed25519/ttssh2/ttxssh/ed25519_crypto_api.h File length: 2994 byte(s) Diff to previous 5498 key_private_to_blob2()の50%をポーティングした。 Debug / Release ともビルドが通ることは確認済み。 Revision 5498 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 3 10:43:32 2014 UTC (10 years, 1 month ago) by yutakapon Original Path: branches/ssh_ed25519/ttssh2/ttxssh/ed25519_crypto_api.h File length: 2983 byte(s) Diff to previous 5496 , to selected 5516 コンパイル通し。 Revision 5496 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 3 06:59:21 2014 UTC (10 years, 1 month ago) by yutakapon Original Path: branches/ssh_ed25519/ttssh2/ttxssh/ed25519_crypto_api.h File length: 2545 byte(s) Copied from: branches/ssh_ed25519/ttssh2/ttxssh/sftp.h revision 5495 Diff to previous 5495 , to selected 5516 Key Generator に ED25519 の定義を追加した。 鍵生成に必要となるモジュールの仮追加。 Revision 5495 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Mar 2 15:17:04 2014 UTC (10 years, 1 month ago) by yutakapon Original Path: branches/ssh_ed25519/ttssh2/ttxssh/sftp.h File length: 3878 byte(s) Diff to previous 4929 , to selected 5516 チケット #33263 SSH鍵交換アルゴリズム ED25519 のサポート 上記対応用ブランチです。 Revision 4929 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 3 16:17:09 2012 UTC (11 years, 11 months ago) by yutakapon Original Path: trunk/ttssh2/ttxssh/sftp.h File length: 3878 byte(s) Diff to previous 4928 , to selected 5516 SFTP: 最初のネゴシエーションまで完了。 Revision 4928 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 3 14:39:47 2012 UTC (11 years, 11 months ago) by yutakapon Original Path: trunk/ttssh2/ttxssh/sftp.h File length: 3723 byte(s) Diff to previous 4926 , to selected 5516 - SFTP実装のため、バッファ操作関数の整理。 - SFTPバージョン交換まで実装確認。 Revision 4926 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu May 3 13:09:23 2012 UTC (11 years, 11 months ago) by yutakapon Original Path: trunk/ttssh2/ttxssh/sftp.h File length: 3626 byte(s) Diff to previous 3227 , to selected 5516 SFTPの実装を"sftp.c"に切り出せるようにするため、"ssh.c"のコードを移動させた。 Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya Original Path: trunk/ttssh2/ttxssh/sftp.h File length: 1576 byte(s) Diff to previous 3221 , to selected 5516 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 Original Path: trunk/ttssh2/ttxssh/sftp.h File length: 1538 byte(s) Diff to previous 3107 , to selected 5516 CVS から SVN へ移行: trunk に集約 Revision 3107 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 11 12:26:39 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/sftp.h File length: 1538 byte(s) Diff to previous 3096 , to selected 5516 SFTP debug用ボタンを追加。 debug buildで出現します。 Revision 3096 - (view) (download) (as text) (annotate) - [select for diffs] Added Sat Jan 19 15:02:03 2008 UTC (16 years, 2 months ago) by yutakapon Original Path: ttssh2/trunk/ttxssh/sftp.h File length: 1480 byte(s) Diff to selected 5516 SFTPサポートのためのフレームワークを追加。動作上は影響ありません。 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.
|