aws / aws/aws-encryption-sdk-java

Remove partially implemented variable frame length feature

未关闭
#167 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
spec deviation
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。