Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-14 | Properly detect/set test variables from scripts. | Todd Lyons | |
2014-08-13 | Testsuite - Squashed commit of the following: | Jeremy Harris | |
commit 7566c531c43298510e080eb8a7ed7cf767f9476b Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 16:20:38 2014 +0100 Assorted OpenSSL cases fail on different library versions. Discard stdout info to hide this. commit 3d389bc6a5ba0943f1b451fa7a8f2e3246de0bb1 Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 14:05:19 2014 +0100 Case 0563 was broken when the GECOS field had spaces. Accept quoted ones in stderr. commit d4333083f230702c8be45650dc48b6eb65a162eb Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Mon Aug 11 18:30:49 2014 +0100 Case 0601 was unreliable; perl racing with exim for output. Quieten exim. | |||
2014-07-21 | Documentation/Tests for CVE-2014-2972 fixexim-4_83 | Todd Lyons | |
2014-07-13 | Fix TLS SNI, and add regression test cases | Jeremy Harris | |
2014-06-15 | Correct testuite doc | Jeremy Harris | |
2014-06-15 | Fix testcase 0390 when testing an EXPERIMENTAL_TPDA compile | Jeremy Harris | |
Insert a custom-munge for the new transport option. This may be removed once the code goes mainline. | |||
2014-06-08 | Preempt future testsuite integration of EXPERIMENTAL_DSN | Jeremy Harris | |
2014-06-08 | Fix testcase for today's faster cpus | Jeremy Harris | |
2014-06-08 | Testcase for udpsend | Jeremy Harris | |
2014-06-06 | Fix testcase for 984702 - the buffer boundary was deliberately | Jeremy Harris | |
being explored by the test | |||
2014-06-05 | Tidy up OpenSSL certificate signature & sig_algorithm extractor results. | Jeremy Harris | |
Bug 1489 | |||
2014-05-23 | Move OCSP out of EXPERIMENTAL | Jeremy Harris | |
2014-05-20 | Support optional server certificate name checking. Bug 1479 | Jeremy Harris | |
Enable EXPERIMENTAL_CERTNAMES to include. | |||
2014-05-16 | General tidying | Jeremy Harris | |
2014-05-13 | Extractors for certificate time fields support integer output modifier | Jeremy Harris | |
2014-05-13 | Extractor for named RDN element types from a certificate DN field. | Jeremy Harris | |
2014-05-13 | Update docs for suggested Ident and PRDR settings | Jeremy Harris | |
2014-05-13 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2014-05-13 | Test suite normalize TLS 1.[12] to TLS1 | Todd Lyons | |
2014-05-13 | Move PRDR out of EXPERIMENTAL | Jeremy Harris | |
2014-05-11 | New expansion operator sha256 for certificates. Bug 1170 | Jeremy Harris | |
2014-05-11 | More testcase serialization | Jeremy Harris | |
2014-05-11 | Compiler quietening and testcase consistency | Jeremy Harris | |
Fix an unterminated comment from 018058b | |||
2014-05-09 | Make $tls_out_ocsp visible to TPDA (mostly testsuite) | Jeremy Harris | |
2014-05-08 | Enable operator md5 and sha1 use on certificate variables. Bug 1170 | Jeremy Harris | |
2014-05-06 | OCSP observability: variables $tls_{in,out}_ocsp | Jeremy Harris | |
and smtp transport option hosts_request_ocsp | |||
2014-05-06 | Refactor tls_client_init interface | Jeremy Harris | |
2014-05-05 | Extractors for subject-alternate-name, ocsp-uri, crl-uri return list. Bug 1358 | Jeremy Harris | |
2014-05-03 | More debug output | Jeremy Harris | |
2014-05-03 | Restore testsuite operation on earlier GnuTLS libraries | Jeremy Harris | |
Typo | |||
2014-05-03 | Restore testsuite operation on earlier GnuTLS libraries | Jeremy Harris | |
2014-05-02 | Certificate variables and field-extractor expansions. Bug 1358 | Jeremy Harris | |
2014-04-29 | Bug 1454: Option -oMm for message reference | Heiko Schlichting | |
Includes docs and test suite | |||
2014-04-24 | Support OCSP Stapling under GnuTLS. Bug 1459 | Jeremy Harris | |
Requires GnuTLS version 3.1.3 or later. Under EXPERIMENTAL_OCSP | |||
2014-04-21 | Updated GnuTLS error messages | Jeremy Harris | |
2014-04-21 | Fix testcase "server missing/empty certificate file" | Jeremy Harris | |
GnuTLS early versions (pre 3.0.0 ?) fail to send a reasonable client-cert request when tls_verify_certificates is an empty file. Since the test is for missing *server* certs (tls_certificate) avoid this by pointing to a real (if non-verifying) cert in tls_verify_certificates. | |||
2014-04-20 | Make testcase more robust vs. timing variations | Jeremy Harris | |
by restricting operations and logging to fewer items of interest | |||
2014-04-20 | Restore testsuite operation under gnuTLS 2.8.5 | Jeremy Harris | |
2014-04-20 | Update testsuite for gnuTLS 3.1.23 | Jeremy Harris | |
2014-04-20 | Fix handling of $tls_cipher et.al. in (non-verify) transport. Bug 1455 | Jeremy Harris | |
The split of these variables into _in and _out sets introduced by d9b231 in 4.82 was incomplete, leaving the deprecated legacy variables nonfunctional during a transport and associated client authenticator. Fix by repointing the legacy set to the outbound connection set at transport startup (and do not clear out the inbound set at this time, either). | |||
2014-04-19 | Fix logging of nomail | Jeremy Harris | |
When built with TLS support, non-TLS connections not resulting in mail transfer were crashing while building a log line. Fix by not returning a non-extensible string from the routine added in 67d81c1. | |||
2014-04-09 | More care with headers add/remove lists. Bug 1452 | Jeremy Harris | |
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing) | |||
2014-03-19 | Fix testcase for GnuTLS tls_require_ciphers | Jeremy Harris | |
2014-03-19 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport, GnuTLS. | Wolfgang Breyha | |
2014-03-19 | Fix testsuite GnuTLS case for 511a6c1 | Jeremy Harris | |
2014-03-18 | Fix ACL "condition =" for negative number values. Bug 1005 | Jeremy Harris | |
Fix conditional "bool{<string>}" for negative number values, to match. | |||
2014-03-16 | Support transport-added headers under cutthrough delivery. Bug 1431 | Jeremy Harris | |
2014-03-15 | Add tls_verify_hosts and tls_try_verify_hosts to smtp transport. Bug 1371 | Wolfgang Breyha | |
Code by Wolfgang Breyha, docs and testsuite by Jeremy Harris | |||
2014-03-15 | Testcases | Jeremy Harris | |
2014-03-09 | Log port and TLS details for a failed delivery | Jeremy Harris | |