Skip to content

Commit 5bfdadc

Browse files
committed
dh512 has been rendered obsolete by th logjam attack
1 parent 32bac54 commit 5bfdadc

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

test/fixtures/keys/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -584,17 +584,14 @@ ec.pfx: ec-cert.pem ec-key.pem
584584
-out ec.pfx \
585585
-password pass:
586586

587-
dh512.pem:
588-
openssl dhparam -out dh512.pem 512
589-
590587
dh1024.pem:
591588
openssl dhparam -out dh1024.pem 1024
592589

593590
dh2048.pem:
594591
openssl dhparam -out dh2048.pem 2048
595592

596-
dherror.pem: dh512.pem
597-
sed 's/^[^-].*/AAAAAAAAAA/g' dh512.pem > dherror.pem
593+
dherror.pem: dh1024.pem
594+
sed 's/^[^-].*/AAAAAAAAAA/g' dh1024.pem > dherror.pem
598595

599596
dsa_params.pem:
600597
openssl dsaparam -out dsa_params.pem 2048

test/fixtures/keys/dh512.pem

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/fixtures/keys/dherror.pem

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-----BEGIN DH PARAMETERS-----
22
AAAAAAAAAA
33
AAAAAAAAAA
4+
AAAAAAAAAA
45
-----END DH PARAMETERS-----

0 commit comments

Comments
 (0)