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

Feature gate RC4 cipher #132

Merged
merged 2 commits into from
Dec 13, 2018
Merged

Conversation

faern
Copy link
Contributor

@faern faern commented Dec 6, 2018

Hi. Would it be OK to feature gate the RC4 cipher? This crypto is considered quite broken, and we are trying to link towards our a stripped down version of OpenSSL without RC4 support. We can't do that while this crate is using RC4 functions however.

I have enabled this feature by default, so merging this PR should not cause any real change to the project as is, but for those who want to get rid of RC4 they can now build with --no-default-features if they want to.

@zonyitoo zonyitoo merged commit 1024e6d into shadowsocks:master Dec 13, 2018
@faern faern deleted the feature-gate-rc4 branch December 13, 2018 08:59
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.

None yet

2 participants