]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38271: encrypt private key test files with AES256 (GH-16385)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Sep 2019 16:12:59 +0000 (09:12 -0700)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 16:12:59 +0000 (09:12 -0700)
commit585798fb0eac38f32b54f1b8a86e418d76147d99
tree76c2589be77a4e925b4fb5c14687d1c5c67d6a0d
parent3b5e9241142d6b7c22059115c0e68a8912753818
bpo-38271: encrypt private key test files with AES256 (GH-16385)

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

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

Automerge-Triggered-By: @tiran
(cherry picked from commit bfd0c963d88f3df69489ee250655e2b8f3d235bd)

Co-authored-by: Christian Heimes <christian@python.org>
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]