]> granicus.if.org Git - python/commit
bpo-38271: encrypt private key test files with AES256 (GH-16385)
authorChristian Heimes <christian@python.org>
Wed, 25 Sep 2019 15:55:02 +0000 (17:55 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Sep 2019 15:55:02 +0000 (08:55 -0700)
commitbfd0c963d88f3df69489ee250655e2b8f3d235bd
tree3f44b427ae53df34968ebeeeaf58bf98019a9256
parent543a3951a1c96bae0ea839eacec71d3b1a563a10
bpo-38271: encrypt private key test files with AES256 (GH-16385)

The private keys for test_ssl were encrypted with 3DES in traditional
PKCS#5 format. 3DES and the digest algorithm of PKCS#5 are blocked by
some strict crypto policies. Use PKCS#8 format with AES256 encryption
instead.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue38271

Automerge-Triggered-By: @tiran
Lib/test/keycert.passwd.pem
Lib/test/make_ssl_certs.py
Lib/test/ssl_key.passwd.pem
Misc/NEWS.d/next/Tests/2019-09-25-13-11-29.bpo-38271.iHXNIg.rst [new file with mode: 0644]