summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-08-30 05:25:49 (GMT)
committerGitHub <noreply@github.com>2018-08-30 05:25:49 (GMT)
commite6dac0077996b1e1f886f036d6f2606237fa4c85 (patch)
tree46a22b8c07d1bbff18de4543ff0c5dbfcf7485c3 /Misc
parent0382406fccbb31aa993de118b60e7fd4ec264968 (diff)
downloadcpython-e6dac0077996b1e1f886f036d6f2606237fa4c85.zip
cpython-e6dac0077996b1e1f886f036d6f2606237fa4c85.tar.gz
cpython-e6dac0077996b1e1f886f036d6f2606237fa4c85.tar.bz2
bpo-34542: Update test certs and keys (GH-8997)
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst b/Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst
new file mode 100644
index 0000000..1ca3c7d
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst
@@ -0,0 +1 @@
+Use 3072 RSA keys and SHA-256 signature for test certs and keys.