]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34542: Update test certs and keys (GH-8997) (GH-9007)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Sep 2018 13:13:24 +0000 (06:13 -0700)
committerChristian Heimes <christian@python.org>
Thu, 6 Sep 2018 13:13:24 +0000 (15:13 +0200)
commit2d3f2dc9f8376415a31a6de260ccbe6a86f2816d
tree7921a1917ae30d9a5adf7ae8d8ef329d91ae84aa
parent5b17d7fccd8f0b4d5030b03924eb00904585ba31
bpo-34542: Update test certs and keys (GH-8997) (GH-9007)

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)
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]