linux-credentials / linux-credentials/credentialsd

Implement platform authenticator

オープン
#8 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

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, credProp and largeBlob extensions
  • Add support for the non-polymorphic versions of the standard WebAuthn COSE key types: -9 for ECDSA w/ P256 curve, and -50 for EdDSA w/ Ed25519 curve (cf. https://github.com/w3c/webauthn/issues/2276)
  • Consider whether the ring crate should continue to be used for cryptography functions, or whether to migrate to use OpenSSL or aws-lc-rs

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、現在の platform authenticator の実装と、既存の credential service の境界を確認します。チェックリストを、process API、LSM 統合、WebAuthn 拡張と鍵の種類、および暗号ライブラリの選択を対象とする、個別にスコープを設定した作業に分割します。これらの設計および実装上の問題が解決された場合にのみ、issue は完了となります。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
linux, rust
領域
authentication, operating-systems, security
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。