[exim-cvs] Test suite normalize TLS 1.[12] to TLS1

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Test suite normalize TLS 1.[12] to TLS1
Gitweb: http://git.exim.org/exim.git/commitdiff/25ae05f8c47b3e35213fb22d095791e9cdf6430d
Commit:     25ae05f8c47b3e35213fb22d095791e9cdf6430d
Parent:     9aa512a1898155484e00ee089057d28f2432b30e
Author:     Todd Lyons <tlyons@???>
AuthorDate: Tue May 13 08:36:08 2014 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Tue May 13 08:36:08 2014 -0700


    Test suite normalize TLS 1.[12] to TLS1
---
 test/runtest |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/test/runtest b/test/runtest
index c8bce6f..cd15a7f 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;