summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-04Testsuite: honour the "build" environment variableHeiko Schlittermann (HS12-RIPE)
2016-12-04OpenSSL: default to tls_eccurve = autoHeiko Schlittermann (HS12-RIPE)
For OpenSSL < 1.0.2: fallback to prime256v1, for newer libraries rely on auto-selection.
2016-12-04Testsuite: more pipe transport / perl casesJeremy Harris
2016-12-04Testsuite: set path for use of perl by pipe transportJeremy Harris
FreeBSD places perl in a nonstandard (for the pipe transport) directory
2016-12-04Testsuite: remove outdated flavour result filesJeremy Harris
2016-12-03Testsuite: platform variance for perl utility locationJeremy Harris
2016-12-03Testsuite: ipv6 source address platform varianceJeremy Harris
2016-12-03Testsuite: ensure delivery orderJeremy Harris
2016-12-03Testsuite: OpenSSL error lines change going to 1.1Jeremy Harris
2016-12-03Build: disable OCSP, AUTH_TLS and EXPERIMENTAL_CERTNAMES if SUPPORT_TLS is ↵Jeremy Harris
not enabled
2016-12-03Testsuite: OpenSSL info output during conn changes going to 1.1; give up ↵Jeremy Harris
trying to track changes
2016-11-29Doc: Add hint about spamd and half-closed connectionsHeiko Schlittermann (HS12-RIPE)
2016-11-28Doc: Minor corrections/additionsHeiko Schlittermann (HS12-RIPE)
2016-11-26Testsuite: annotate I18N conversionsJeremy Harris
2016-11-25Update ChangeLogJeremy Harris
2016-11-24Testsuite: distribute configure scriptHeiko Schlittermann (HS12-RIPE)
configure needs to be created by autoreconf. Autoconf It is not always available.
2016-11-24Testsuite: do not use VPATH and $<Heiko Schlittermann (HS12-RIPE)
It is not portable, was a GNU extension, available in GNU make only.
2016-11-24Testsuite: patchexim now uses /usr/bin/envHeiko Schlittermann (HS12-RIPE)
2016-11-24Testsuite: ignore run-summary.logHeiko Schlittermann (HS12-RIPE)
2016-11-24Testsuite: fix minor warning in runtestHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: more diag info if initial Exim startup failsHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: show output from failed exim -d -bP exim_userHeiko Schlittermann (HS12-RIPE)
2016-11-23Testsuite: fix warningHeiko Schlittermann (HS12-RIPE)
2016-11-23Revert "Testsuite: Debian8 GnuTLS does not support OCSP. Add flavour files."Heiko Schlittermann (HS12-RIPE)
This reverts commit 28660ab6ff99d24fdabe3ce0d9feb3478de1015b. On Debian8 OCSP doesn't work with GnuTLS. Local/Makefile allows to configure this (DISABLE_OCSP=yes), thus neither it is a test failure, nor is it a specific flavour, it's just a build mis-configuration.
2016-11-23Testsuite: Debian8 GnuTLS does not support OCSP. Add flavour files.Heiko Schlittermann (HS12-RIPE)
5651 is still unstable.
2016-11-23Fix memory leak on (Gnu)TLS close.Heiko Schlittermann (HS12-RIPE)
This leak doesn't show up under normal operation, as the process normally dies right after closing the session. But during callout repetitive TLS sessions are opened and closed from the same process (the process receiving the message). Depending on the amount of RAM and the number of callouts the same process does, this may be a problem. (On an amd64 machine with 4GB RAM, at about 1000 recipients the memory is exhausted.)
2016-11-23Fix crash in (Gnu)TLS debug outputHeiko Schlittermann (HS12-RIPE)
2016-11-21Testsuite: prepare shadow (vpath) buildsHeiko Schlittermann (HS12-RIPE)
2016-11-19Testsuite: fix for not-previously-existing logfileJeremy Harris
2016-11-19Testsuite: output a machine-readable results summary fileJeremy Harris
The intent is for finegrain results display in the buildfarm.
2016-11-19Testsuite another platform difference in errstrJeremy Harris
2016-11-19Testsuite: fix platforn TFO nonsupprt mungeexim-4_88_RC5Jeremy Harris
2016-11-19Testsuite: Munge for platform TFO nonsupportJeremy Harris
2016-11-15Callout: wait for response to QUIT before closingJeremy Harris
2016-11-14Testsuite: tidyup runtest (quotes and some my variables)Heiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: make 4009,4015 independend on user name lengthHeiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: Add verbose comments to 5840Heiko Schlittermann (HS12-RIPE)
2016-11-14Testsuite: enable verbose commentsHeiko Schlittermann (HS12-RIPE)
Comments in script files, matching /^###\s/, will be copied to test-{stdout,err}{,-server}. This is intended to ease the mapping between error messages (failed comparisons) to the script part, causing the failure.
2016-11-13Testsuite: tidy-up runtestHeiko Schlittermann (HS12-RIPE)
This will be done step by step, to get a more readable(?) version. At least the result will be more consistent in coding style somewhen
2016-11-13Tidying: coverity issuesJeremy Harris
2016-11-13OpenSSL 1.1 - update testsuite for retired ciphersJeremy Harris
2016-11-12Testsuite: Assume '' for missing VERSION_IDHeiko Schlittermann (HS12-RIPE)
2016-11-12OpenLLS 1.1 - TestsuiteJeremy Harris
2016-11-12DANE: Bitrot: Port to OpenSSL >= 1.1.0Jeremy Harris
2016-11-12OpenSSL 1.1 - STORE_CTX accessor functionsJeremy Harris
2016-11-12OpenSSL 1.1 - rework OCSP proof verification at load time in serverJeremy Harris
2016-11-11Revert "Testsuite: tidyup runtest"Jeremy Harris
This reverts commit 2d47f67729aecd3dcbacdfd303b719893f2d61fa. Fails on some buildfarm animals (older perl version?); the "r" option on a / edit
2016-11-08Testsuite: 4509 independent of calling userJeremy Harris
2016-11-08Testsuite: 2091,5403 independent of calling userJeremy Harris
2016-11-08Testsuite: 2191 independend on calling userHeiko Schlittermann (HS12-RIPE)