Skip to content

aes-gcm v0.11.0#852

Merged
tarcieri merged 1 commit into
masterfrom
aes-gcm/v0.11.0
Jun 28, 2026
Merged

aes-gcm v0.11.0#852
tarcieri merged 1 commit into
masterfrom
aes-gcm/v0.11.0

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Added

  • bytes feature passthrough (#631)
  • Support for 32-bit and 64-bit tags under hazmat feature (#777)

Changed

  • Bump aead from 0.5 to 0.6 (#583)
  • Bump aes from 0.8 to 0.9 (#583)
  • Bump cipher from 0.4 to 0.5 (#583)
  • Bump ctr from 0.9 to 0.10 (#583)
  • Bump ghash from 0.5 to 0.6 (#583)
  • Edition changed to 2024 and MSRV bumped to 1.85 (#662)
  • Relax MSRV policy and allow MSRV bumps in patch releases
  • getrandom feature renamed as os_rng (#662)

Fixed

  • P_MAX and A_MAX constants; plaintext and AAD length checks (#762)

Removed

  • std & stream features (#662)
  • C_MAX constant (#762)

@tarcieri tarcieri requested a review from newpavlov June 27, 2026 14:31
@tarcieri tarcieri merged commit a10b56f into master Jun 28, 2026
126 checks passed
@tarcieri tarcieri deleted the aes-gcm/v0.11.0 branch June 28, 2026 17:18
tarcieri added a commit to RustCrypto/SSH that referenced this pull request Jun 28, 2026
tarcieri added a commit to RustCrypto/formats that referenced this pull request Jun 28, 2026
This reverts commit bdb62f4 (#2292)

Support for AES-GCM was originally added to `pkcs5` in #1433 but was
reverted because we wanted to cut a stable release of `pkcs5` before
there was a stable release of `aes-gcm`.

Now that `aes-gcm` v0.11 has been released (RustCrypto/AEADs#852) we can
restore this functionality.
tarcieri added a commit to RustCrypto/formats that referenced this pull request Jun 28, 2026
This reverts commit bdb62f4 (#2292)

Support for AES-GCM was originally added to `pkcs5` in #1433 but was
reverted because we wanted to cut a stable release of `pkcs5` before
there was a stable release of `aes-gcm`.

Now that `aes-gcm` v0.11 has been released (RustCrypto/AEADs#852) we can
restore this functionality.
tarcieri added a commit to RustCrypto/formats that referenced this pull request Jun 28, 2026
This reverts commit bdb62f4 (#2292)

Support for AES-GCM was originally added to `pkcs5` in #1433 but was
reverted because we wanted to cut a stable release of `pkcs5` before
there was a stable release of `aes-gcm`.

Now that `aes-gcm` v0.11 has been released (RustCrypto/AEADs#852) we can
restore this functionality.
tarcieri added a commit to RustCrypto/formats that referenced this pull request Jun 28, 2026
This reverts commit bdb62f4 (#2292)

Support for AES-GCM was originally added to `pkcs5` in #1433 but was
reverted because we wanted to cut a stable release of `pkcs5` before
there was a stable release of `aes-gcm`.

Now that `aes-gcm` v0.11 has been released (RustCrypto/AEADs#852) we can
restore this functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant