[New-bugs-announce] [issue34399] [TLS] Update test keys to >= 2048bit

Christian Heimes report at bugs.python.org
Tue Aug 14 04:46:29 EDT 2018


New submission from Christian Heimes <lists at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34399>
_______________________________________


More information about the New-bugs-announce mailing list