summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2014-05-13 08:36:08 -0700
committerTodd Lyons <tlyons@exim.org>2014-05-13 08:36:08 -0700
commit25ae05f8c47b3e35213fb22d095791e9cdf6430d (patch)
treeb4592b7bfd2180e8a796c4e74d7500dea6699acb /test
parent9aa512a1898155484e00ee089057d28f2432b30e (diff)
Test suite normalize TLS 1.[12] to TLS1
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index c8bce6f60..cd15a7f38 100755
--- a/test/runtest
+++ b/test/runtest
@@ -507,7 +507,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# Mail headers (...), log-lines X=..., client-ssl output ...
# (and \b doesn't match between ' ' and '(' )
- s/( (?: (?:\b|\s) [\(=] ) | \s )TLSv1\.2:/$1TLSv1:/xg;
+ s/( (?: (?:\b|\s) [\(=] ) | \s )TLSv1\.[12]:/$1TLSv1:/xg;
s/\bAES256-GCM-SHA384\b/AES256-SHA/g;
s/\bDHE-RSA-AES256-SHA\b/AES256-SHA/g;