]> granicus.if.org Git - python/commit
replace 512 bit dh key with a 2014 bit one (closes #23844)
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2015 04:04:06 +0000 (00:04 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2015 04:04:06 +0000 (00:04 -0400)
commita7eaf56a6d1de20a7a36fde03b3512fa5f9f395d
treeaf7859157e155cc7348828e3d1bdcad9708f72d5
parent4fd929b431214678184bddc7a5bb5c610dda5485
replace 512 bit dh key with a 2014 bit one (closes #23844)

Patch by Cédric Krier.
Lib/test/dh1024.pem [new file with mode: 0644]
Lib/test/dh512.pem [deleted file]
Lib/test/test_ssl.py