summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 01:34:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 01:34:10 (EDT)
commit4a03bf66cf19f3a9e918531e16ce8fc04e33e32d (patch)
tree629d00331f2dc68be2d49f9398b51893e4f56051 /tests
parent2cea5f45605b120948e3ba4240e5a787ca294280 (diff)
tests/badssl.sh: Deprecate DH with 1024-bit group
Diffstat (limited to 'tests')
-rwxr-xr-xtests/badssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh
index f828f3d..4764537 100755
--- a/tests/badssl.sh
+++ b/tests/badssl.sh
@@ -99,7 +99,7 @@ do_test '' ' ' 'mozilla-modern' 443
do_test '' 'not' 'dh480' 443
do_test '' 'not' 'dh512' 443
-do_test '' ' ' 'dh1024' 443
+do_test '' 'not' 'dh1024' 443
do_test '' ' ' 'dh2048' 443
do_test 'TODO' 'not' 'dh-small-subgroup' 443