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.
New changeset e3228a3 by Christian Heimes (Miss Islington (bot)) in branch '3.7': bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) e3228a3
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: