summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-27 10:57:32 -0400
committerPhil Pennock <pdp@exim.org>2012-05-27 10:57:32 -0400
commit1508acb8629a6ac1517ab524a9f29257a2335d5e (patch)
tree1dbb90a80aca10e43e947ea0bf3c54c6879bf5f5 /test/runtest
parentcb66e5ee237d34f906e5b7a8907f6b0e6ad69a58 (diff)
Test: update for new tls_dhparam
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 0031cab60..aa242d589 100755
--- a/test/runtest
+++ b/test/runtest
@@ -488,6 +488,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# So far, have seen:
# TLSv1:AES256-SHA:256
# TLSv1.2:AES256-GCM-SHA384:256
+ # TLSv1.2:DHE-RSA-AES256-SHA:256
# TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128
# We also need to handle the ciphersuite without the TLS part present, for
# client-ssl's output. We also see some older forced ciphersuites, but
@@ -497,6 +498,7 @@ RESET_AFTER_EXTRA_LINE_READ:
s/( (?: (?:\b|\s) [\(=] ) | \s )TLSv1\.2:/$1TLSv1:/xg;
s/\bAES256-GCM-SHA384\b/AES256-SHA/g;
+ s/\bDHE-RSA-AES256-SHA\b/AES256-SHA/g;
# GnuTLS have seen:
# TLS1.2:RSA_AES_256_CBC_SHA1:256 (canonical)