From 1880f0baf8436d13c4df67e6aab69db636ce0f15 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 15 Mar 2020 15:43:02 -0700 Subject: [PATCH] RUSTSEC-2016-0005: move `md-5` crate to legacy algorithms https://www.kb.cert.org/vuls/id/836068/ --- crates/rust-crypto/RUSTSEC-2016-0005.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/rust-crypto/RUSTSEC-2016-0005.toml b/crates/rust-crypto/RUSTSEC-2016-0005.toml index 3f35308..d12296c 100644 --- a/crates/rust-crypto/RUSTSEC-2016-0005.toml +++ b/crates/rust-crypto/RUSTSEC-2016-0005.toml @@ -30,7 +30,8 @@ which algorithms you need: - [RustCrypto GitHub Org]: - AEAD algorithms: [`aes-gcm`], [`aes-gcm-siv`], [`aes-siv`], [`chacha20poly1305`], [`xsalsa20poly1305`] - Block ciphers: [`aes`], [`cast5`], [`des`] - - Digest algorithms: [`sha2`], [`sha3`], [`blake2`], [`ripemd160`], [`md-5`] (legacy: [`sha-1`]) + - Digest algorithms: [`sha2`], [`sha3`], [`blake2`], [`ripemd160`] + (legacy: [`sha-1`], [`md-5`]) - Key derivation: [`hkdf`] - MACs: [`cmac`], [`hmac`], [`pmac`], [`poly1305`] - Password hashing: [`pbkdf2`]