Re: [exim-dev] TLS messages in test suite

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Todd Lyons
CC: exim-dev
Subject: Re: [exim-dev] TLS messages in test suite
On 2013-10-15 at 20:26 -0700, Todd Lyons wrote:
> The following in the testsuite script normalizes TLS versions (for
> recent openssl versions) and fixes a lot of erroring tests:
>
> s/TLSv1\.1/TLSv1/;


Probably best to make that /TLSv1\.[12]/ then, to catch those with newer
TLS available.

-Phil