-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Drop RC4 from the cipher list #551
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In addition to having many security concerns, it is a violation of RFC 7465 to include RC4 cipher suites in a ClientHello.
👍 |
Thank you, @alex! You should add yourself to the CONTRIBUTORS.txt file one of these days for keeping our cipher suites fresh. :P |
✨ 🍰 I'll send a PR adding myself momentarily :-) |
jsonn
pushed a commit
to jsonn/pkgsrc
that referenced
this pull request
Mar 10, 2015
Changes 2.5.3 (2015-02-24) Bugfixes Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476) 2.5.2 (2015-02-23) Features and Improvements Add sha256 fingerprint support. (urllib3/urllib3#540) Improve the performance of headers. (urllib3/urllib3#544) Bugfixes Copy pip’s import machinery. When downstream redistributors remove requests.packages.urllib3 the import machinery will continue to let those same symbols work. Example usage in requests’ documentation and 3rd-party libraries relying on the vendored copies of urllib3 will work without having to fallback to the system urllib3. Attempt to quote parts of the URL on redirect if unquoting and then quoting fails. (#2356) Fix filename type check for multipart form-data uploads. (#2411) Properly handle the case where a server issuing digest authentication challenges provides both auth and auth-int qop-values. (#2408) Fix a socket leak. (urllib3/urllib3#549) Fix multiple Set-Cookie headers properly. (urllib3/urllib3#534) Disable the built-in hostname verification. (urllib3/urllib3#526) Fix the behaviour of decoding an exhausted stream. (urllib3/urllib3#535) Security Pulled in an updated cacert.pem. Drop RC4 from the default cipher list. (urllib3/urllib3#551)
This was referenced Aug 17, 2016
This was referenced Oct 6, 2016
This was referenced Oct 18, 2016
This was referenced Oct 20, 2016
This was referenced Nov 15, 2016
This was referenced Oct 1, 2017
This was referenced Oct 11, 2017
This was referenced Oct 23, 2017
This was referenced Nov 9, 2017
This was referenced Dec 23, 2017
This was referenced Dec 31, 2017
This was referenced Feb 6, 2018
This was referenced Mar 5, 2018
butogon
approved these changes
Sep 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In addition to having many security concerns, it is a violation of RFC 7465 to include RC4 cipher suites in a ClientHello.