summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-09-20 12:33:53 +0200
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-20 03:33:53 -0700
commit49d65958e13db03b9a4240d8bdaff1a4be69a1d7 (patch)
treea83e9d3c1a629b5fd54e63f41b437ed6de318942 /Misc
parentb63a16febbd1c943c9dbc5c651326b410aa50698 (diff)
downloadcpython-git-49d65958e13db03b9a4240d8bdaff1a4be69a1d7.tar.gz
[2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397)
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 e6dac0077996b1e1f886f036d6f2606237fa4c85) https://bugs.python.org/issue34542
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 0000000000..1ca3c7d799
--- /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.