RUSTSEC-2021-0059

Source
https://rustsec.org/advisories/RUSTSEC-2021-0059
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0059.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0059
Published
2021-04-29T12:00:00Z
Modified
2021-05-04T01:28:43Z
Summary
`aesni` has been merged into the `aes` crate
Details

Please use the aes crate going forward. The new repository location is at:

https://github.com/RustCrypto/block-ciphers/tree/master/aes

AES-NI is now autodetected at runtime on i686/x86-64 platforms. If AES-NI is not present, the aes crate will fallback to a constant-time portable software implementation.

To prevent this fallback (and have absence of AES-NI result in an illegal instruction crash instead), continue to pass the same RUSTFLAGS which were previously required for the aesni crate to compile:

RUSTFLAGS=-Ctarget-feature=+aes,+ssse3
Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / aesni

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": "unmaintained",
    "categories": []
}