Test suite normalize TLS 1.[12] to TLS1
authorTodd Lyons <tlyons@exim.org>
Tue, 13 May 2014 15:36:08 +0000 (08:36 -0700)
committerTodd Lyons <tlyons@exim.org>
Tue, 13 May 2014 15:36:08 +0000 (08:36 -0700)
test/runtest

index c8bce6f60e0bbb9de80c1a6ec20d418b2ce95b02..cd15a7f38d8369d3d69d8a00acbacf8dc5fa218f 100755 (executable)
@@ -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;