{"id":"RUSTSEC-2021-0059","summary":"`aesni` has been merged into the `aes` crate","details":"Please use the `aes` crate going forward. The new repository location is at:\n\n\u003chttps://github.com/RustCrypto/block-ciphers/tree/master/aes\u003e\n\nAES-NI is now autodetected at runtime on `i686`/`x86-64` platforms.\nIf AES-NI is not present, the `aes` crate will fallback to a constant-time\nportable software implementation.\n\nTo prevent this fallback (and have absence of AES-NI result in an illegal\ninstruction crash instead), continue to pass the same RUSTFLAGS which were\npreviously required for the `aesni` crate to compile:\n\n```\nRUSTFLAGS=-Ctarget-feature=+aes,+ssse3\n```","modified":"2021-05-04T01:28:43Z","published":"2021-04-29T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/aesni"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2021-0059.html"},{"type":"WEB","url":"https://github.com/RustCrypto/block-ciphers/pull/200"}],"affected":[{"package":{"name":"aesni","ecosystem":"crates.io","purl":"pkg:cargo/aesni"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.0.0-0"}]}],"ecosystem_specific":{"affected_functions":null,"affects":{"arch":[],"functions":[],"os":[]}},"database_specific":{"categories":[],"cvss":null,"informational":"unmaintained","source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2021-0059.json"}}],"schema_version":"1.7.3"}