Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-28 | More testsuite variance between OpenSSL library versions | Jeremy Harris | |
2014-09-18 | Fix kill commandline for Solaris compatibility #2 | Todd Lyons | |
2014-09-18 | Fix kill commandline for Solaris compatibility | Todd Lyons | |
2014-09-06 | Add expansion item for sorting lists | Jeremy Harris | |
2014-09-06 | Support secondary-separator specifier for MX, SRV and TLSA dnsdb lookups | Jeremy Harris | |
2014-09-02 | Introduce EXPERIMENTAL_DANE feature | Jeremy Harris | |
2014-08-29 | Fix crash in mime acl when a parameter is zero-length | Jeremy Harris | |
2014-08-29 | Fix tpda tcp:connect testcase | Jeremy Harris | |
2014-08-27 | Further TPDA events | Jeremy Harris | |
msg:complete msg:fail:internal msg:fail:delivery | |||
2014-08-20 | Merge branch dane-tpda into dane | Jeremy Harris | |
Conflicts: doc/doc-txt/experimental-spec.txt src/src/deliver.c src/src/functions.h src/src/smtp_out.c src/src/tls-openssl.c src/src/transports/smtp.c src/src/verify.c | |||
2014-08-20 | Merge branch 'master' into dane | Jeremy Harris | |
Conflicts: doc/doc-txt/ChangeLog src/src/tls-openssl.c src/src/transports/smtp.c src/src/verify.c | |||
2014-08-20 | Expanded EXPERIMENTAL_TPDA feature | Jeremy Harris | |
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file. | |||
2014-08-17 | Safer coding for utf8clean expansion operator | Jeremy Harris | |
2014-08-17 | Unbreak utf8clean testcase. | Jeremy Harris | |
Broken by my compile quitening; the issue was a variable declared local in a loop body and used for carrying data from one iteration to the next. I'd blindly added an initialiser, destroying the data. However, I *think* that compilers might be at liberty to not use the same location for separate iterations; if so the code was broken (and only worked by chance). Fix by moving the declaration outside the loop. | |||
2014-08-17 | Properly detect/set test variables from scripts. | Todd Lyons | |
2014-08-17 | Add observability variables and provision for avoiding OCSP conflicts | Jeremy Harris | |
2014-08-14 | Fix fakens TLSA generation and DANE TLSA lookup | Jeremy Harris | |
2014-08-14 | Shuffle test order | Jeremy Harris | |
2014-08-14 | Properly detect/set test variables from scripts. | Todd Lyons | |
2014-08-14 | Add testcase for TLSA record access | Jeremy Harris | |
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-08-10 | Add (2 0 1) test | Jeremy Harris | |
2014-08-10 | Change CV= log line element for dane-verified cert | Jeremy Harris | |
2014-08-10 | Capture the knowlege that verification succeeded | Jeremy Harris | |
2014-08-10 | Add direct-A test | Jeremy Harris | |
2014-08-10 | Verifiable conn with DANE-EE(3) / SPKI(1) / SHA2-512(2) | Jeremy Harris | |
2014-08-10 | Add support in the fakens utility for TLSA records | Jeremy Harris | |
2014-08-10 | Add support in the fakens utility for marking records as "secure" | Jeremy Harris | |
and returning an AD bit for lookups. | |||
2014-08-10 | On a host lookup name->MX->A->ip sequence, require both stages to | Jeremy Harris | |
be dnssec before declaring the lookup was secure. | |||
2014-08-09 | Ignore dane-related debug out in non-dane testcases | Jeremy Harris | |
2014-08-08 | Test development | Jeremy Harris | |
2014-08-08 | Testsuite basics. | Jeremy Harris | |
Not actually excercising DANE yet, this will take additions in the fakedns and probably changes in certificates. | |||
2014-08-01 | Fix development-testing induced crash on second use | Jeremy Harris | |
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 | |