Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aes-gcm v0.9.1 #306

Merged
merged 1 commit into from
May 5, 2021
Merged

aes-gcm v0.9.1 #306

merged 1 commit into from
May 5, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented May 5, 2021

Added

  • force-soft feature (#305)

@codecov-commenter
Copy link

Codecov Report

Merging #306 (38d8386) into master (b3e7e1d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #306   +/-   ##
=======================================
  Coverage   84.47%   84.47%           
=======================================
  Files          31       31           
  Lines        1140     1140           
=======================================
  Hits          963      963           
  Misses        177      177           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3e7e1d...38d8386. Read the comment docs.

@tarcieri tarcieri merged commit 86a9aac into master May 5, 2021
@tarcieri tarcieri deleted the aes-gcm/v0.9.1 branch May 5, 2021 06:10
tarcieri added a commit to tarcieri/cookie-rs that referenced this pull request May 5, 2021
I released a new version of `aes-gcm` with a `force-soft` feature:

RustCrypto/AEADs#306

This disables autodetection of AES-NI, falling back on a portable
constant-time software implementation.

However, in this configuration `aes-gcm` still supports an MSRV of
1.41+, as opposed to 1.49+ required by the autodetection feature.

A comment in Cargo.toml notes `force-soft` should be removed when MSRV
is bumped to at least 1.49.
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.

None yet

2 participants