New submission from Christian Heimes <li...@cheimes.de>:
Downstream vendors have started to tighten security. 1024 bits RSA and DH params are no longer considered as secure. Python 3.7 and master already use 2048 bits RSA keys for some tests (bpo-32602). 3.6 and 2.7 don't have 1024bit keys. DH params and some other certs are still 1024 bits. I'm going to update all keys and parameters to 2048. ---------- assignee: christian.heimes components: SSL, Tests messages: 323504 nosy: christian.heimes priority: normal severity: normal status: open title: [TLS] Update test keys to >= 2048bit type: behavior versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34399> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com