Skip to content

Commit

Permalink
RUSTSEC-2016-0015: remove sodiumoxide recommendation (#1145)
Browse files Browse the repository at this point in the history
`sodiumoxide` is unmaintained itself. See #1090.

We haven't filed a specific unmaintained crate advisory for it yet, but probably should.
  • Loading branch information
tarcieri authored Jan 9, 2022
1 parent 9779846 commit 14b4f22
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions crates/rust-crypto/RUSTSEC-2016-0005.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ which algorithms you need:
- [`secp256k1`]:
- Key agreement: ECDH (secp256k1 only)
- Signature algorithms: ECDSA (secp256k1 only)
- [`sodiumoxide`]:
- AEAD algorithms: ChaCha20Poly1305 (IETF version)
- Digest algorithms: SHA-256, SHA-512
- HMAC
- Key agreement: X25519 + BLAKE2b
- Password hashing: Argon2(i/d), scrypt
- Public key encryption: NaCl "Box" (X25519 + XSalsa20Poly1305)
- Signature algorithms: Ed25519
- Short-input PRF: SipHash24
- [`orion`]:
- AEAD algorithms: ChaCha20Poly1305 (IETF version), XChaCha20Poly1305
- Digest algorithms: SHA-512, BLAKE2b
Expand Down Expand Up @@ -90,7 +81,6 @@ which algorithms you need:
[`sha-1`]: https://crates.io/crates/sha-1
[`sha2`]: https://crates.io/crates/sha2
[`sha3`]: https://crates.io/crates/sha3
[`sodiumoxide`]: https://crates.io/crates/sodiumoxide
[`x25519-dalek`]: https://crates.io/crates/x25519-dalek
[`xsalsa20poly1305`]: https://crates.io/crates/xsalsa20poly1305
[`orion`]: https://crates.io/crates/orion

0 comments on commit 14b4f22

Please sign in to comment.