]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commitdf11d4cbe47e724edc9bd226c46ffc4d055a9e20
tree2eb5395ea7c300e468599127d6e423b483c2ff23
parenta5a44aba3f0e21753314ca6cfd766083a22b387f
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