RUSTSEC-2021-0060

Source
https://rustsec.org/advisories/RUSTSEC-2021-0060
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0060.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2021-0060
Published
2021-04-29T12:00:00Z
Modified
2021-05-04T01:28:43Z
Summary
`aes-soft` 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 force the use of a constant-time portable implementation on these platforms, even if AES-NI is available, use the new force-soft feature of the aes crate to disable autodetection.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / aes-soft

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": []
}