]> granicus.if.org Git - python/commit
bpo-34542: Update test certs and keys (GH-8997)
authorChristian Heimes <christian@python.org>
Thu, 30 Aug 2018 05:25:49 +0000 (07:25 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Aug 2018 05:25:49 +0000 (07:25 +0200)
commite6dac0077996b1e1f886f036d6f2606237fa4c85
tree46a22b8c07d1bbff18de4543ff0c5dbfcf7485c3
parent0382406fccbb31aa993de118b60e7fd4ec264968
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>
20 files changed:
Lib/test/allsans.pem
Lib/test/capath/b1930218.0
Lib/test/capath/ceff1710.0
Lib/test/idnsans.pem
Lib/test/keycert.passwd.pem
Lib/test/keycert.pem
Lib/test/keycert2.pem
Lib/test/keycert3.pem
Lib/test/keycert4.pem
Lib/test/keycertecc.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/utils.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]