summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-08-14 10:54:19 (GMT)
committerGitHub <noreply@github.com>2018-08-14 10:54:19 (GMT)
commit88bfd0bce05043f658e50addd21366f317995e35 (patch)
tree26b3e29e74c072255ed8f81ef8ed6dd2c0b6b908 /Misc
parentaa4e4a40db531f7095513a4b0aa6510f18162a07 (diff)
downloadcpython-88bfd0bce05043f658e50addd21366f317995e35.zip
cpython-88bfd0bce05043f658e50addd21366f317995e35.tar.gz
cpython-88bfd0bce05043f658e50addd21366f317995e35.tar.bz2
bpo-34399: 2048 bits RSA keys and DH params (#8762)
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-08-14-10-47-44.bpo-34399.D_jd1G.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-08-14-10-47-44.bpo-34399.D_jd1G.rst b/Misc/NEWS.d/next/Tests/2018-08-14-10-47-44.bpo-34399.D_jd1G.rst
new file mode 100644
index 0000000..8c5458f
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-08-14-10-47-44.bpo-34399.D_jd1G.rst
@@ -0,0 +1 @@
+Update all RSA keys and DH params to use at least 2048 bits.