Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch rustls backend back to ring #315

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

boxdot
Copy link
Contributor

@boxdot boxdot commented Aug 12, 2024

rultls switched their crypto backend to aws-lc, which unfortunately supports fewer platforms. For now, we switch the backend back to ring.

Also disable tls1.2 (signal servers supports tls1.3), and tokio native certs that are not used.

rultls switched their crypto backend to aws-lc, which unfortunately
supports fewer platforms. For now, we switch the backend back to ring.

Also disable tls1.2 (signal servers supports tls1.3), and tokio native
certs that are not used.
@direc85
Copy link
Contributor

direc85 commented Aug 12, 2024

LGTM -- this makes Whisperfish compile locally in Sailfish SDK for armv7hl again.

@direc85
Copy link
Contributor

direc85 commented Aug 12, 2024

@rubdos also LGTM'd this -- merging as discussed over at Signal.

@direc85 direc85 merged commit f21e317 into whisperfish:main Aug 12, 2024
18 checks passed
@direc85
Copy link
Contributor

direc85 commented Sep 2, 2024

ntninja wrote a good comment about resolving the remaining issues in getting aws-lc working in sfdk: https://gitlab.com/whisperfish/whisperfish/-/merge_requests/593#note_2086577607 I'll drop the link here in case we need to make it work in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants