mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
replace 512 bit dh key with a 2014 bit one (closes #23844)
Patch by Cédric Krier.
This commit is contained in:
parent
4fd929b431
commit
a7eaf56a6d
3 changed files with 8 additions and 10 deletions
|
|
@ -64,7 +64,7 @@ BADKEY = data_file("badkey.pem")
|
|||
NOKIACERT = data_file("nokia.pem")
|
||||
NULLBYTECERT = data_file("nullbytecert.pem")
|
||||
|
||||
DHFILE = data_file("dh512.pem")
|
||||
DHFILE = data_file("dh1024.pem")
|
||||
BYTES_DHFILE = os.fsencode(DHFILE)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue