diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-09-25-13-11-29.bpo-38271.iHXNIg.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-09-25-13-11-29.bpo-38271.iHXNIg.rst b/Misc/NEWS.d/next/Tests/2019-09-25-13-11-29.bpo-38271.iHXNIg.rst new file mode 100644 index 0000000..8f43d32 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-09-25-13-11-29.bpo-38271.iHXNIg.rst @@ -0,0 +1,4 @@ +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. |