summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-11-07DKIM: Allow the DKIM ACL to override verification results. Bug 2186Jeremy Harris
This provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and RSA keys shorter than 1024 bits).
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-11-03DKIM: better syntax for control of oversigning. Bug 2180Jeremy Harris
2017-11-01Use back-compatible variable for perl versionJeremy Harris
The modern $^V is not present in some buildfarm animals' perl versions.
2017-11-01Testsuite: Output the --version from exigrep, exinext, eximstatsHeiko Schlittermann (HS12-RIPE)
2017-10-31 Add macro support to -be expansion test mode. Bug 1623Jeremy Harris
2017-10-30Testsuite: notify perl version at runtest startupJeremy Harris
2017-10-26Testsuite: OpenSSL version output variancesJeremy Harris
2017-10-26Testsuite: support platform variance in debug outputJeremy Harris
Solaris printf %p gives hex without a leading 0x
2017-10-26Testsuite: add missing testcase filesJeremy Harris
2017-10-26Testsuite: create test db on-the-fliy for LMDB testcaseJeremy Harris
2017-10-26Testsuite: more time for slow test platformJeremy Harris
2017-10-25Testsuite: more time for slow test platformJeremy Harris
2017-10-25Testsuite: ignore timezone-specific debug outputJeremy Harris
2017-10-25DKIM: add builtin macro with default list of headers for signingJeremy Harris
2017-10-22Testsuite: ignore optional-config outputJeremy Harris
2017-10-21Testsuite: make debug output for proxied TLS less indeterminateJeremy Harris
2017-10-20Testsuite: make debug output for proxied TLS less indeterminateJeremy Harris
2017-10-20Debug: output type of process as it terminatesJeremy Harris
2017-10-20Testsuite: accept changed output from perl version differenceJeremy Harris
2017-10-20Testsuite: ignore optional-config outputJeremy Harris
2017-10-20Testsuite: dump stdout for a force-continueJeremy Harris
2017-10-14Testsuite: avoid indeterminate delivery orderingJeremy Harris
2017-10-14Testsuite: OpenSSL version output variancesJeremy Harris
2017-10-14Tidy build for OpenBSDJeremy Harris
2017-10-13Testsuite: add cipher-suite seen on OpenBSDJeremy Harris
2017-10-12Testsuite: openssl variant debug outputJeremy Harris
2017-10-08Logging: show when input from truncated for logging "next input sent too soon"Jeremy Harris
2017-10-06Testsuite: accept different debug detail for peer-terminated connectionJeremy Harris
2017-10-06Use flag names rather than values in debug outputJeremy Harris
The values differ between Linux and FreeBSD
2017-10-06Check for proper output separator in expanding ${addresses:STRING} ↵Heiko Schlittermann (HS12-RIPE)
(Closes 2171) Better yet would be to force setting the output separator literally, and not after expansion of the STRING. But this would be an incompatible change.
2017-10-06Better handling of printing NULL pointersJeremy Harris
2017-10-05testsuite output changesJeremy Harris
2017-10-01Testsuite: for TFO testcases manipulate the system stateJeremy Harris
Linux-centric; will need elaboration for other platforms
2017-10-01TFO: better detection of client fast-open connections (again)Jeremy Harris
2017-09-25Testsuite: Ignore optional-config output changeJeremy Harris
2017-09-25DKIM: support specifying alternate-identity tag for signing. Bug 2170Jeremy Harris
2017-09-19TFO: better detection of client fast-open connectionsJeremy Harris
2017-09-19Fix testsuite build for non-TFO platformsJeremy Harris
2017-09-19TFO: early-data for client outbound via socks5 proxyJeremy Harris
2017-09-12DKIM: support multiple signing, by selectorJeremy Harris
2017-09-12DKIM: support multiple hash methodsJeremy Harris
2017-08-31Logging: TCP Fast OpenJeremy Harris
2017-08-20Logging: add elapsed-time element to unexpected-diconnection linesJeremy Harris
2017-08-10Coding: use specified-initialisersJeremy Harris
2017-08-09DKIM: Enforce any "h" field present in the DNS publickey record. This can ↵Jeremy Harris
be set to require specific hash types, eg sha256, in signatues. There is an IETF draft in discussion which deprecates sha1 so this feature may start to be used.
2017-08-06Logging: millisecond time on 'no MAIL' lines. Bug 2102Jeremy Harris
2017-08-05Debugging: millisecond timestamps. Bug 2102Jeremy Harris
2017-08-04Logging: millisecond QT and DT. Bug 2102Jeremy Harris
2017-07-30Logging: millisecond timestamps. Bug 2102Jeremy Harris
No change to QT logging yet as that will need a spool format update