projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa512a
)
Test suite normalize TLS 1.[12] to TLS1
author
Todd Lyons
<tlyons@exim.org>
Tue, 13 May 2014 15:36:08 +0000
(08:36 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Tue, 13 May 2014 15:36:08 +0000
(08:36 -0700)
test/runtest
patch
|
blob
|
blame
|
history
diff --git
a/test/runtest
b/test/runtest
index c8bce6f60e0bbb9de80c1a6ec20d418b2ce95b02..cd15a7f38d8369d3d69d8a00acbacf8dc5fa218f 100755
(executable)
--- 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;