]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)
authorChristian Heimes <christian@python.org>
Thu, 20 Sep 2018 10:33:28 +0000 (12:33 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Sep 2018 10:33:28 +0000 (03:33 -0700)
commit11485102cb7b3c57a1bc6d04c4ff4b1e25c53530
tree0e3eba95c5e17b2c3ebfd592596c39325454b6a4
parent1e7d77544057bbe102f9998bbe99f42105d529d5
[3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)

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
18 files changed:
Lib/test/allsans.pem
Lib/test/capath/b1930218.0
Lib/test/capath/ceff1710.0
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/pycakey.pem
Lib/test/revocation.crl
Lib/test/ssl_cert.pem
Lib/test/ssl_key.passwd.pem
Lib/test/ssl_key.pem
Lib/test/test_asyncio/test_events.py
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]