mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #937] should stop using aes-ctr, aes-soft and aesni #459
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#459
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gdesmott on GitHub (Jan 12, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/937
Originally assigned to: @roderickvd on GitHub.
The
aes-ctr,aes-softandaesnicrates are no longer maintained, we should useaesinstead, see RUSTSEC-2021-0060, RUSTSEC-2021-0061 and RUSTSEC-2021-0059.Because of this, tools like
cargo deny checkwill raise errors for all projects usinglibrespost.@roderickvd commented on GitHub (Jan 12, 2022):
This has been fixed in
new-api@github.com/librespot-org/librespot@89a5133bd7.