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
C
Christian Heimes committed
bfd0c963d88f3df69489ee250655e2b8f3d235bd
Parent: 543a395
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 9/25/2019, 3:55:02 PM