New submission from Christian Heimes <li...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38271>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to