Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information