Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-38815: Accept TLSv3 default in min max test (GH-NNNN) #17437
Conversation
Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32.
This comment has been minimized.
This comment has been minimized.
I believe this is not worth a news entry, but I can provide it if required. |
This comment has been minimized.
This comment has been minimized.
Once the CI passes here I will test this on the buildbots :) |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 2, 2019
Thanks @torsava for the PR |
This comment has been minimized.
This comment has been minimized.
Testing happening here: https://buildbot.python.org/all/#/builders?tags=%2Bstable&tags=%2Bcustom |
…7437) Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32. https://bugs.python.org/issue38815 (cherry picked from commit 34864d1) Co-authored-by: torsava <torsava@redhat.com>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 2, 2019
GH-17438 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 2, 2019
GH-17439 is a backport of this pull request to the 3.7 branch. |
…7437) Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32. https://bugs.python.org/issue38815 (cherry picked from commit 34864d1) Co-authored-by: torsava <torsava@redhat.com>
Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32. https://bugs.python.org/issue38815 (cherry picked from commit 34864d1) Co-authored-by: torsava <torsava@redhat.com>
Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32. https://bugs.python.org/issue38815 (cherry picked from commit 34864d1) Co-authored-by: torsava <torsava@redhat.com>
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (pythonGH-17437)
This comment has been minimized.
This comment has been minimized.
Thank you @torsava BTW Am I the only one who notices the "GH-NNNN" in the title and commit message? |
This comment has been minimized.
This comment has been minimized.
You're not. The guide says to put the NNNN there (because at that point there's no number) and that it's going to be replaced by the actual number upon merge. Apparently not. I'm confused. |
This comment has been minimized.
This comment has been minimized.
The PR title itself should not need the |
This comment has been minimized.
This comment has been minimized.
Good to know, thanks! |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 2, 2019
|
…7437) Make ssl tests less strict and also accept TLSv3 as the default maximum version. This change unbreaks test_min_max_version on Fedora 32. https://bugs.python.org/issue38815
torsava commentedDec 2, 2019
•
edited by miss-islington
Make ssl tests less strict and also accept TLSv3 as the default maximum
version. This change unbreaks test_min_max_version on Fedora 32.
https://bugs.python.org/issue38815
Automerge-Triggered-By: @tiran