linux-credentials / linux-credentials/credentialsd
Implement platform authenticator
オープン
まだ誰も着手していません。
enhancement
- 主要言語
- Rust
- スター
- 259
- フォーク
- 19
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 12
説明
The current implementation of the platform authenticator demonstrates signing requests with RSA, P-256 and Ed25519 keys
This is a general issue noting some considerations for completing this implementation.
- run the platform authenticator in a separate process from the credential service. Define an API to use between the platform authenticator and the credential service (probably also using D-Bus)
- Investigate integrating with various LSMs (SELinux, AppArmor, Landlock) for increased security of stored credentials.
- Implement the
prf,credPropandlargeBlobextensions - Add support for the non-polymorphic versions of the standard WebAuthn COSE key types:
-9for ECDSA w/ P256 curve, and-50for EdDSA w/ Ed25519 curve (cf. https://github.com/w3c/webauthn/issues/2276) - Consider whether the
ringcrate should continue to be used for cryptography functions, or whether to migrate to useOpenSSLoraws-lc-rs
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、現在の platform authenticator の実装と、既存の credential service の境界を確認します。チェックリストを、process API、LSM 統合、WebAuthn 拡張と鍵の種類、および暗号ライブラリの選択を対象とする、個別にスコープを設定した作業に分割します。これらの設計および実装上の問題が解決された場合にのみ、issue は完了となります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- linux, rust
- 領域
- authentication, operating-systems, security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100