Skip to content

[3.7] bpo-34542: Update test certs and keys (GH-8997) #9007

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

Merged
merged 1 commit into from
Sep 6, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 30, 2018

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

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)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

@vstinner
Copy link
Member

vstinner commented Sep 4, 2018

@tiran: should we merge this backport to 3.7?

@stratakis
Copy link
Contributor

@vstinner This will be required by all the python versions compiled against openssl 1.1.1 with stricter default policy.

Although it doesn't totally fix the compatibility, some tests still fail, it addresses numerous issues.

@tiran
Copy link
Member

tiran commented Sep 6, 2018

@vstinner this is the backport to 3.7

For 3.6 and 2.7, I need to manually backport the fixes.

@tiran tiran merged commit 2d3f2dc into python:3.7 Sep 6, 2018
@miss-islington miss-islington deleted the backport-e6dac00-3.7 branch September 6, 2018 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants