Re: [exim-dev] [exim] Exim 4.80 RC2 uploaded

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Subject: Re: [exim-dev] [exim] Exim 4.80 RC2 uploaded
On 2012-05-19 20:32, Jeremy Harris wrote:
> On 2012-05-19 08:50, Phil Pennock wrote:
> [RC2 announcement]


... and more testsuite fun with GnuTLS (really, this time).
Seems my test system runs GnuTLS1.1 - which wasn't allowed
for by the suite. I'm leaning towards:

diff --git a/test/runtest b/test/runtest
index b8adb9a..45641f9 100755
--- a/test/runtest
+++ b/test/runtest
@@ -499,13 +499,15 @@ RESET_AFTER_EXTRA_LINE_READ:
    #   TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128
    #
    #   X=TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256
+  #   X=TLS1.2:RSA_AES_256_CBC_SHA1:256
+  #   X=TLS1.1:RSA_AES_256_CBC_SHA1:256
    #   X=TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256
    # and as stand-alone cipher:
    #   DHE-RSA-AES256-SHA256
    #   DHE-RSA-AES256-SHA
    # picking latter as canonical simply because regex easier that way.
    s/\bDHE_RSA_AES_128_CBC_SHA1:128/RSA_AES_256_CBC_SHA1:256/g;
-  s/X=TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256/X=TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256/g;
+  s/TLS1.[012]:(DHE_)?RSA_AES_256_CBC_SHA(1|256):256/TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256/g;
    s/\bDHE-RSA-AES256-SHA256\b/DHE-RSA-AES256-SHA/g;



.... plus a rash of resulting testcase output changes. But I've not run
an OpenSSL build past it yet.

-- 
Cheers,
     Jeremy