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

test_ssl failures from weak certificate. Bug 2774 #143

Closed
wants to merge 1 commit into from

Conversation

adamburkegh
Copy link
Contributor

@adamburkegh adamburkegh commented May 23, 2019

The minimal fix is simply the update to selfsigned_pythontestdotnet.pem
from Python core. See Python bug 36816.
https://bugs.python.org/issue36816

Also includes merges from latest 2.7 version of test_ssl, and separation
of most jython variation into test_ssl_jy.py. This is to ease future
maintenance and/or patches back into CPython. No new tests are skipped.
Method test_algorithms() is deleted as per 2.7 and Python bug 25764,
though it actually ran clean for me locally. https://bugs.python.org/issue25764

This PR is cousin to
#136
#123
#142

Update: Travis CI has now run without any test_ssl failures.

The minimal fix is simply the update to selfsigned_pythontestdotnet.pem
from Python core. See Python bug 36816.

Also includes merges from latest 2.7 version of test_ssl, and separation
of most jython variation into test_ssl_jy.py. This is to ease future
maintenance and/or patches back into CPython. No new tests are skipped.
Method test_algorithms() is deleted as per 2.7 and Python bug 25764,
though it actually ran clean for me locally.
@adamburkegh adamburkegh changed the title test_ssl failures from weak certificate. Bug 2774. (Draft) test_ssl failures from weak certificate. Bug 2774 May 23, 2019
@jeff5
Copy link
Member

jeff5 commented May 24, 2019

Thanks for looking at this @adamburkegh. I poked around with the same certs last weekend when I finally understood why ant regrtest always failed at test_ssl (which passed when re-run at the prompt). This is a much more complete job.

@jeff5
Copy link
Member

jeff5 commented Jun 16, 2019

Looks good to me. I moved a white space and added a news entry in your name. Apart from that, I'll push it via hg exactly as you submitted it. Thanks for this!

@jeff5 jeff5 closed this Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants