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

[3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) #8764

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

tiran
Copy link
Member

@tiran tiran commented Aug 14, 2018

Downstream vendors have started to deprecate weak keys. Update all RSA keys
and DH params to use at least 2048 bits.

Finite field DH param file use RFC 7919 values, generated with

certtool --get-dh-params --sec-param=high

Signed-off-by: Christian Heimes christian@python.org.
(cherry picked from commit 88bfd0b)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue34399

Downstream vendors have started to deprecate weak keys. Update all RSA keys
and DH params to use at least 2048 bits.

Finite field DH param file use RFC 7919 values, generated with

    certtool --get-dh-params --sec-param=high

Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit 88bfd0b)

Co-authored-by: Christian Heimes <christian@python.org>
@tiran tiran force-pushed the backport-88bfd0b-3.6 branch from 0804d8c to c42b5ac Compare August 14, 2018 14:43
@tiran tiran merged commit 5e9551b into python:3.6 Aug 15, 2018
@tiran tiran deleted the backport-88bfd0b-3.6 branch August 15, 2018 07:24
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.

3 participants