bpo-34399: 2048 bits RSA keys and DH params (#8762)
Downstream vendors have started to deprecate weak keys. Update all RSA keys
and DH params to use at least 2048 bits.
Finite field DH param file use RFC 7919 values, generated with
certtool --get-dh-params --sec-param=high
Signed-off-by: Christian Heimes <christian@python.org>
Showing
Lib/test/dh1024.pem
deleted
100644 → 0
Lib/test/ffdh3072.pem
0 → 100644
Please register or sign in to comment