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

Bump aes-gcm to v0.9.1 and enable force-soft; MSRV 1.41+ #176

Closed
wants to merge 1 commit into from

Commits on May 5, 2021

  1. Bump aes-gcm to v0.9.1 and enable force-soft; MSRV 1.41+

    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.
    tarcieri committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0918f9c View commit details
    Browse the repository at this point in the history