diff options
author | Christian Heimes <christian@python.org> | 2019-09-25 15:55:02 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-25 15:55:02 (GMT) |
commit | bfd0c963d88f3df69489ee250655e2b8f3d235bd (patch) | |
tree | 3f44b427ae53df34968ebeeeaf58bf98019a9256 /.gitignore | |
parent | 543a3951a1c96bae0ea839eacec71d3b1a563a10 (diff) | |
download | cpython-bfd0c963d88f3df69489ee250655e2b8f3d235bd.zip cpython-bfd0c963d88f3df69489ee250655e2b8f3d235bd.tar.gz cpython-bfd0c963d88f3df69489ee250655e2b8f3d235bd.tar.bz2 |
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
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions