aes* crates: add crate names to advisory titles (#901)

The previous titles accidentally ommitted the crate names, making them
confusing during reporting.
This commit is contained in:
Tony Arcieri
2021-05-03 18:28:43 -07:00
committed by GitHub
parent 106fe13cb4
commit f26e762f20
3 changed files with 6 additions and 9 deletions

View File

@@ -11,10 +11,9 @@ patched = []
unaffected = []
```
# merged into the `aes` crate
# `aes-ctr` has been merged into the `aes` crate
The `aes-ctr` crate has been merged into the `aes` crate. The new repository
location is at:
Please use the `aes` crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>

View File

@@ -11,10 +11,9 @@ patched = []
unaffected = []
```
# merged into the `aes` crate
# `aes-soft` has been merged into the `aes` crate
The `aes-soft` crate has been merged into the `aes` crate. The new repository
location is at:
Please use the `aes` crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>

View File

@@ -11,10 +11,9 @@ patched = []
unaffected = []
```
# merged into the `aes` crate
# `aesni` has been merged into the `aes` crate
The `aesni` crate has been merged into the `aes` crate. The new repository
location is at:
Please use the `aes` crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>