Skip to content

feat: change aes_mode to aes_settings() in ZipFileData - #925

Merged
Its-Just-Nans merged 28 commits into
masterfrom
rewrite-aes_mode_variable
Aug 12, 2026
Merged

feat: change aes_mode to aes_settings() in ZipFileData#925
Its-Just-Nans merged 28 commits into
masterfrom
rewrite-aes_mode_variable

Conversation

@Its-Just-Nans

Copy link
Copy Markdown
Member
  • The PR title must conform to Conventional Commits and start with one of the types specified by the Angular convention.

  • remove the aes_mode variable in ZipFileData since it's kinda duplicate with the extraField

  • Gate the extra field AexEncryption to be used only in aes-crypto

@amazon-q-developer amazon-q-developer Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This refactoring correctly removes the duplicate aes_mode variable from ZipFileData and consolidates AES mode retrieval through the extra fields API. The feature gating for AexEncryption is properly implemented, and all reader code paths have been updated consistently. The changes maintain backward compatibility and don't introduce any merge-blocking defects.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

Comment thread src/write.rs Fixed
Comment thread src/write.rs Fixed
@Its-Just-Nans Its-Just-Nans changed the title Rewrite aes mode variable feat(ZipFileData): Change aes_mode to aes_settings() Aug 12, 2026
@Its-Just-Nans Its-Just-Nans changed the title feat(ZipFileData): Change aes_mode to aes_settings() feat: change aes_mode to aes_settings() in ZipFileData Aug 12, 2026
@Its-Just-Nans Its-Just-Nans mentioned this pull request Aug 12, 2026
2 tasks
@Its-Just-Nans
Its-Just-Nans added this pull request to the merge queue Aug 12, 2026
Merged via the queue into master with commit d04a285 Aug 12, 2026
134 checks passed
@Its-Just-Nans
Its-Just-Nans deleted the rewrite-aes_mode_variable branch August 12, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants