diff options
author | Christian Heimes <christian@python.org> | 2018-09-20 12:33:28 +0200 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-20 03:33:28 -0700 |
commit | 11485102cb7b3c57a1bc6d04c4ff4b1e25c53530 (patch) | |
tree | 0e3eba95c5e17b2c3ebfd592596c39325454b6a4 /Misc/NEWS.d/next/Tests | |
parent | Enables test result collection for CI builds (GH-9433) (diff) | |
download | cpython-11485102cb7b3c57a1bc6d04c4ff4b1e25c53530.tar.gz cpython-11485102cb7b3c57a1bc6d04c4ff4b1e25c53530.tar.bz2 cpython-11485102cb7b3c57a1bc6d04c4ff4b1e25c53530.zip |
[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
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-08-29-16-30-52.bpo-34542.9stVAW.rst | 1 |
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 00000000000..1ca3c7d7996 --- /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. |