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

Switch to OpenSSL v3.0 #1777

Closed
depler opened this issue Sep 7, 2021 · 0 comments · Fixed by #1788
Closed

Switch to OpenSSL v3.0 #1777

depler opened this issue Sep 7, 2021 · 0 comments · Fixed by #1788

Comments

@depler
Copy link
Contributor

depler commented Sep 7, 2021

Major version update: https://github.com/openssl/openssl/releases/tag/openssl-3.0.0

So far transmission can be linked with openssl-3.0.0, but it's aborting process when trying to initialize RC4 algorithm (probably due to legacy status).

mikedld added a commit that referenced this issue Sep 11, 2021
This frees us from expecting it being provided by one of the crypto
libraries we support, all of which deprecated and/or removed it at this
point.

Fixes: #1103
Fixes: #1777
mikedld added a commit that referenced this issue Sep 11, 2021
This frees us from expecting it being provided by one of the crypto
libraries we support, all of which deprecated and/or removed it at this
point.

Fixes: #1103
Fixes: #1777
mikedld added a commit that referenced this issue Sep 12, 2021
* Switch to a standalone ARC4 implementation

This frees us from expecting it being provided by one of the crypto
libraries we support, all of which deprecated and/or removed it at this
point.

Fixes: #1103
Fixes: #1777

* Suppress lgtm warnings about RC4 being weak (we don't care)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant