aws / aws/aws-encryption-sdk-java
Remove partially implemented variable frame length feature
- 主要語言
- Java
- 星號
- 240
- 分支
- 125
- PR 合併指標
- 30 天內沒有已合併 PR
描述
A feature to allow variable frame lengths for framed data was partially implemented in the decrypt path long ago. Variable frame lengths would be indicated by the frame length in the header being 0 (see https://github.com/aws/aws-encryption-sdk-java/blob/7d5ab6eef428364286c50b969ef89766be6207ee/src/main/java/com/amazonaws/encryptionsdk/internal/FrameDecryptionHandler.java#L122).
This feature is not documented anywhere or supported in other ESDKs, so it should be removed.
貢獻指南
研究方向
Start with src/main/java/com/amazonaws/encryptionsdk/internal/FrameDecryptionHandler.java at the linked decrypt-path code, then search for the partial variable-frame-length handling and related references. Remove the unsupported feature and verify that the remaining decryption behavior is covered by the repository’s existing tests; the issue does not name a specific test file.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java
- 領域
- cryptography, security
- Issue 類型
- 重構
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100