-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-34542: Update test certs and keys #8997
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
Conversation
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
GH-9007 is a backport of this pull request to the 3.7 branch. |
Sorry, @tiran, I could not cleanly backport this to |
Sorry, @tiran, I could not cleanly backport this to |
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit e6dac00) Co-authored-by: Christian Heimes <christian@python.org>
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit e6dac00) Co-authored-by: Christian Heimes <christian@python.org>
GH-9396 is a backport of this pull request to the 3.6 branch. |
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit e6dac00) Co-authored-by: Christian Heimes <christian@python.org>
GH-9397 is a backport of this pull request to the 2.7 branch. |
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit e6dac00) https://bugs.python.org/issue34542
Update all test certs and keys to use future proof crypto settings: * 3072 bit RSA keys * SHA-256 signature Signed-off-by: Christian Heimes <christian@python.org>. (cherry picked from commit e6dac00) https://bugs.python.org/issue34542
Manual backport of bpo-34542, pythonGH-8997 and commit 1da2b23 to Python 3.5. Signed-off-by: Christian Heimes <christian@python.org>
Manual backport of bpo-41183, bpo-34542, pythonGH-8997, commit 1da2b23 to Python 3.4. Adds make_ssl_certs.py and secp384r1.pem from Python 3.5.
Manual backport of bpo-41183, bpo-34542, pythonGH-8997, commit 1da2b23 to Python 3.4. Adds make_ssl_certs.py and secp384r1.pem from Python 3.5.
Update all test certs and keys to use future proof crypto settings:
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue34542