summaryrefslogtreecommitdiffstats
path: root/Python/ast.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-25 16:13:54 (GMT)
committerGitHub <noreply@github.com>2019-09-25 16:13:54 (GMT)
commit4267e8f72a7d8fe0433819511a5ae45d45e1c67b (patch)
tree45de0f4cd94ae3be060e2d025817b489b136fb8e /Python/ast.c
parentca14f047b068cd0fb81ef3d5e7bea19fe8af1b58 (diff)
downloadcpython-4267e8f72a7d8fe0433819511a5ae45d45e1c67b.zip
cpython-4267e8f72a7d8fe0433819511a5ae45d45e1c67b.tar.gz
cpython-4267e8f72a7d8fe0433819511a5ae45d45e1c67b.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 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>
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions