Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-11 | Handle UTC vs specified-timezone for certificate extractors. Bug 1541 | Jeremy Harris | |
2014-11-08 | Testsuite: additional dns zone for certificate name testing | Jeremy Harris | |
2014-11-08 | Fix smtp transport certificate-verification option matching to use correct host | Jeremy Harris | |
Fix certificate name verification done with tls_try_verify_hosts Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames. | |||
2014-11-06 | EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host | Jeremy Harris | |
connected-to, not be list of acceptable names. The name checked is the host name. | |||
2014-11-03 | Testsuite: tidying | Jeremy Harris | |
2014-11-01 | Testsuite: tidying | Jeremy Harris | |
2014-10-30 | Test suite: disable OCSP for old openssl part 3 | Jeremy Harris | |
2014-10-29 | Test suite: disable OCSP for old openssl part 2 | Todd Lyons | |
Make sure to only disable this if building for openssl, allow gnutls to build with OCSP for all versions that support it. | |||
2014-10-29 | Test suite: disable OCSP for old OpenSSL versions | Todd Lyons | |
OpenSSL 0.9.8 in CentOS 5.x has early OCSP support, but not stapling so just completely disable OCSP using the same logic that exists in tls-openssl.c. | |||
2014-10-29 | Testsuite: compiler quietening | Jeremy Harris | |
2014-10-29 | Testsuite: tidying | Jeremy Harris | |
2014-10-28 | Testsuite: compiler quietening | Jeremy Harris | |
2014-10-26 | Testsuite: output changes for ipv6 | Jeremy Harris | |
2014-10-26 | Testcase 0601: move udpsend action from connect to rcpt ACL | Jeremy Harris | |
Some test runs were seeing the receiving perl output before the exim startup banner; try to get the udpsend to happpen after the banner gets a chance to be emitted. | |||
2014-10-26 | Testsuite: increase default "client" utility connect timeout from 1 to 5 seconds | Jeremy Harris | |
2014-10-26 | Testsuite: use different exit codes for various fail modes of "client" utility | Jeremy Harris | |
2014-10-26 | Testsuite: extend timeout on troublesom test | Jeremy Harris | |
Testcase 0035 persistently fails with "status 99" on some buildfarm animals. Try extending the connect timeout used by the "client" utility to see if this helps. | |||
2014-10-25 | Add event for inbound cert visibility | Jeremy Harris | |
2014-10-25 | Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENT | Jeremy Harris | |
2014-10-24 | Testsuite: more portable implementation of "showenv" | Jeremy Harris | |
At least one Solaris installation seems not to have "whoami" | |||
2014-10-23 | Test suite continue past unexpected client errors | Todd Lyons | |
2014-10-22 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2014-10-22 | Fix labels in testsuite conf files | Todd Lyons | |
2014-10-22 | More regular logging use of H=<name> [<ip>] | Jeremy Harris | |
Note this may affect utilities which parse logs. | |||
2014-10-22 | Testsuite outputs: ipv6 | Jeremy Harris | |
2014-10-20 | Compiler quietening | Jeremy Harris | |
2014-10-20 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Todd Lyons | |
2014-10-20 | Test suite: completely omit 127/8 IPs | Todd Lyons | |
2014-10-16 | Handle certificate dir under GnuTLS, if recent enough | Jeremy Harris | |
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh. | |||
2014-10-12 | Testsuite output gnutls changes resulting from munging for openssl | Jeremy Harris | |
version differences | |||
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 | |