aws / aws/aws-encryption-sdk-java
Remove partially implemented variable frame length feature
- Linguagem predominante
- Java
- Estrelas
- 240
- Forks
- 125
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- java
- Domínio
- cryptography, security
- Tipo de issue
- Refatoração
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100