aws / aws/aws-encryption-sdk-python
extend _PrehashingAuthenticator to verify algorithm and key
未關閉
- 主要語言
- Python
- 星號
- 255
- 分支
- 92
- 平均合併
- 2 天 17 小時
- 30 天內合併 PR
- 2
描述
We need to extend `aws_encryption_sdk.internal.crypto.authentication._PrehashingAuthenticator` to verify that:
1. The algorithm suite supports signing.
1. The key matches the algorithm suite (ex: is on the correct EC curve).
貢獻指南
研究方向
從 aws_encryption_sdk.internal.crypto.authentication 中的 _PrehashingAuthenticator 開始,追蹤目前如何處理 algorithm suites 和 keys。驗證所述的 signing support 以及 algorithm/key compatibility 要求,包括 EC-curve 範例。當 authenticator 拒絕兩個無效條件,並且在專案現有的 authentication tests 涵蓋此行為的情況下加入相應測試時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- cryptography, security
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100