[exim-dev] TLS messages in test suite

Top Page
Delete this message
Reply to this message
Author: Todd Lyons
Date:  
To: exim-dev
Subject: [exim-dev] TLS messages in test suite
The following in the testsuite script normalizes TLS versions (for
recent openssl versions) and fixes a lot of erroring tests:

s/TLSv1\.1/TLSv1/;

Handles these types of differences:

** Comparison of test-mail-munged with mail/3461.userx failed===============
Line 3 of "test-mail-munged" does not match line 3 of "mail/3461.userx".
----------
    by myhost.test.ex with esmtpsa (TLSv1.1:AES256-SHA:256)
----------
    by myhost.test.ex with esmtpsa (TLSv1:AES256-SHA:256)
===============


After adding the substitution above, those failures go away (there are
others that are still there, more work is needed for those).

...Todd

--
The total budget at all receivers for solving senders' problems is $0.
If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine