[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-29 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +8465 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-15 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 5e9551b4090095fa94cc2dd4afa5bd2177aa3d09 by Christian Heimes in branch '3.6': [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764) https://github.com/python/cpython/commit/5e9551b4090095fa94cc2dd4afa5bd2177aa3d09 --

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset 1f34aece28d143edb94ca202e661364ca394dc8c by Christian Heimes in branch '2.7': [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765) https://github.com/python/cpython/commit/1f34aece28d143edb94ca202e661364ca394dc8c --

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset e3228a3f44e382b6cdd2b5e001b651347013a7d3 by Christian Heimes (Miss Islington (bot)) in branch '3.7': bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763) https://github.com/python/cpython/commit/e3228a3f44e382b6cdd2b5e001b651347013a

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +8242 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +8241 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +8240 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset 88bfd0bce05043f658e50addd21366f317995e35 by Christian Heimes in branch 'master': bpo-34399: 2048 bits RSA keys and DH params (#8762) https://github.com/python/cpython/commit/88bfd0bce05043f658e50addd21366f317995e35 -- __

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +8238 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread Christian Heimes
New submission from Christian Heimes : 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