mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #596] Use ring as default crypto provider with rustls #1281
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1281
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 @pstumpf on GitHub (Nov 2, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/596
librespot has already switched to not using rustls' new default crypto provider aws-lc-sys as of
github.com/kingosticks/librespot@24bbc6314c.spotify-player should follow. aws-lc does not even work on a lot of platforms.
With this diff, I still get the aws-lc-sys dependency pulled in on OpenBSD, but at least the application works now.
@aome510 commented on GitHub (Nov 2, 2024):
can you open a PR?
@pstumpf commented on GitHub (Nov 2, 2024):
Just did.