This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2018-08-14.08:46:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534236389.74.0.56676864532.issue34399@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-14 08:46:29christian.heimessetrecipients: + christian.heimes
2018-08-14 08:46:29christian.heimessetmessageid: <1534236389.74.0.56676864532.issue34399@psf.upfronthosting.co.za>
2018-08-14 08:46:29christian.heimeslinkissue34399 messages
2018-08-14 08:46:29christian.heimescreate