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

Remove openssl, use rustls and rand instead #431

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Remove openssl, use rustls and rand instead #431

merged 2 commits into from
Nov 12, 2023

Conversation

bitfl0wer
Copy link
Member

This PR removes the dependency on openssl, which is not compatible with the wasm32-unknown-unknown target, completely. It is replaced by rustls for TLS/SSL and rand for cryptographically safe pseudo-RNG.

bitfl0wer and others added 2 commits September 10, 2023 11:46
The changes in this branch include a ton of QoL improvements I have
discovered while working on the Client, using Chorus.
@bitfl0wer bitfl0wer changed the base branch from main to dev November 12, 2023 16:27
@bitfl0wer bitfl0wer merged commit 1c3a125 into dev Nov 12, 2023
3 checks passed
@bitfl0wer bitfl0wer deleted the rustls branch November 12, 2023 16:31
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.

1 participant