]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397)
authorChristian Heimes <christian@python.org>
Thu, 20 Sep 2018 10:33:53 +0000 (12:33 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Sep 2018 10:33:53 +0000 (03:33 -0700)
commit49d65958e13db03b9a4240d8bdaff1a4be69a1d7
treea83e9d3c1a629b5fd54e63f41b437ed6de318942
parentb63a16febbd1c943c9dbc5c651326b410aa50698
[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
14 files changed:
Lib/test/allsans.pem
Lib/test/keycert.passwd.pem
Lib/test/keycert.pem
Lib/test/keycert2.pem
Lib/test/keycert3.pem
Lib/test/keycert4.pem
Lib/test/make_ssl_certs.py
Lib/test/pycacert.pem
Lib/test/revocation.crl
Lib/test/ssl_cert.pem
Lib/test/ssl_key.passwd.pem
Lib/test/ssl_key.pem
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst [new file with mode: 0644]