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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Phil Pennock
Datum:  
To: Todd Lyons
CC: exim-dev
Betreff: 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