]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41183: Update finite DH params to 3072 bits (#21278)
authorChristian Heimes <christian@python.org>
Thu, 2 Jul 2020 12:32:05 +0000 (14:32 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 12:32:05 +0000 (05:32 -0700)
commitf52bf62fe12d46267e958f80dbe1f4425b55cd0f
tree94ca2796428fb05dabf00245d966832b8297a402
parentd565be84993a3d618add139cf21038e12c60a13e
bpo-41183: Update finite DH params to 3072 bits (#21278)

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/dh1024.pem [deleted file]
Lib/test/ffdh3072.pem [new file with mode: 0644]
Lib/test/test_ssl.py