bpo-32257: Add ssl.OP_NO_RENEGOTIATION#5904
Merged
Merged
Conversation
njsmith
reviewed
Feb 26, 2018
Contributor
There was a problem hiding this comment.
Your PR description says 1.1.0h, but this says 1.1.0n. Which is it?
tiran
force-pushed
the
bpo-32257-no-renego
branch
2 times, most recently
from
February 27, 2018 08:24
8eb3007 to
b120eef
Compare
Member
|
@tiran, What's the status of this PR? |
tiran
force-pushed
the
bpo-32257-no-renego
branch
from
May 14, 2018 15:55
b120eef to
fe2b18c
Compare
Member
Author
|
@ned-deily It's too late to get it into 3.7. I'll just merge it into 3.8. |
The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org>
tiran
force-pushed
the
bpo-32257-no-renego
branch
from
May 14, 2018 16:34
fe2b18c to
f08871a
Compare
Member
Author
|
@ned-deily permitted me to merge the PR to 3.7. |
Contributor
|
Thanks @tiran for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 15, 2018
The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 67c4801) Co-authored-by: Christian Heimes <christian@python.org>
|
GH-6877 is a backport of this pull request to the 3.7 branch. |
tiran
added a commit
that referenced
this pull request
May 16, 2018
The ssl module now contains OP_NO_RENEGOTIATION constant, available with OpenSSL 1.1.0h or 1.1.1. Note, OpenSSL 1.1.0h hasn't been released yet. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 67c4801) Co-authored-by: Christian Heimes <christian@python.org>
This file contains hidden or 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
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.
The ssl module now contains OP_NO_RENEGOTIATION constant, available with
OpenSSL 1.1.0h or 1.1.1.
Note, OpenSSL 1.1.0h hasn't been released yet.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue32257