[New-bugs-announce] [issue38271] test_ssl: replace 3DES with AES encrypted private keys

Christian Heimes report at bugs.python.org
Wed Sep 25 07:10:15 EDT 2019


New submission from Christian Heimes <lists at cheimes.de>:

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.

----------
components: Tests
messages: 353173
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: test_ssl: replace 3DES with AES encrypted private keys
type: resource usage
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38271>
_______________________________________


More information about the New-bugs-announce mailing list