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 RC4 cipher #50

Merged
merged 1 commit into from
Jul 4, 2016
Merged

Remove RC4 cipher #50

merged 1 commit into from
Jul 4, 2016

Commits on Jul 4, 2016

  1. Remove RC4 cipher suites from SSLContext::DEFAULT_PARAMS

    This commit removes insecure RC4 ciper suites [1] from being used by
    default. If needed, users can still specify the usage of it by
    specifying it explicitly.
    
    [1]: https://tools.ietf.org/html/rfc7465
    jsyeo committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    cb3b838 View commit details
    Browse the repository at this point in the history