This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2019-09-25.11:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569409815.77.0.296324311407.issue38271@roundup.psfhosted.org>
In-reply-to
Content
test_ssl uses two encrypted private key files to verify the password hook. The private key files are currently encrypted with 3DES (DES-EDE3-CBC). The algorithm is very old and blocked by some crypto policies. Let's use AES256 instead. AES is mandatory in all supported OpenSSL versions.
History
Date User Action Args
2019-09-25 11:10:15christian.heimessetrecipients: + christian.heimes
2019-09-25 11:10:15christian.heimessetmessageid: <1569409815.77.0.296324311407.issue38271@roundup.psfhosted.org>
2019-09-25 11:10:15christian.heimeslinkissue38271 messages
2019-09-25 11:10:15christian.heimescreate