summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-02-02String expansions: support sha3 under OpenSSL (1.1.1+)Jeremy Harris
2018-01-28Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. ↵Jeremy Harris
Bug 2149
2018-01-28Debugging: fix potential null-derefs in DSN debug_printfsJeremy Harris
2018-01-27Testsuite: locate.pl: do not try folders we do not have permissions forHeiko Schlittermann (HS12-RIPE)
2018-01-26Cutthrough: fix for port-number defined by router. Bug 2229Jeremy Harris
2018-01-25Cutthrough: fix multi-message initiating connections. Bug 2230Jeremy Harris
2018-01-19Testsuite: munge output for platform variances in postgres server binary ↵Jeremy Harris
location
2018-01-18Testsuite: Try harder to locate the toolsHeiko Schlittermann (HS12-RIPE)
2018-01-18Testsuite: Use cp+chmod instead of installHeiko Schlittermann (HS12-RIPE)
On Solaris, install doesn't seem to behave as expected. (Or, it has different installs and we call the wrong one)
2018-01-18Testsuite: Use more force to find postgresql binariesHeiko Schlittermann (HS12-RIPE)
2018-01-17Testsuite: interlock Postgres server startupJeremy Harris
2018-01-17DB: show the Berkeley DB runtime library version, for "-d -bV"Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Community-mysql has no mysqld-safe script, and mysqld has varying locations.
2018-01-16Logging: Receive duration on <= lines. Bug 353Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Pre-version-10.1.3 MariaDB has no "IF NOT EXISTS" on "CREATE USER"
2018-01-14Testsuite: MySQL portabilityJeremy Harris
2018-01-14Testsuite: wait for MySQL DB startup before inserting dataJeremy Harris
2018-01-13Lookups: fix mysql lookup returns for no-data "queries",Jeremy Harris
when the number of rows affected is returned. Bug 2223 Broken-by: acec9514b1 Also enhance the testsuite mysql testcase to be standalone and move to standard-run set and add a specific testcase for this bug. Testcase working on Fedora at least - we'll see what happens on other platforms where executable locaation may vary.
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: disable the verbose DKIM verification line by default; add a tag to ↵Jeremy Harris
<= lines. New log_selector controls "dkim" and "dkim_verbose".
2018-01-05SPF: promote from Experimental to mainline statusJeremy Harris
2018-01-03tidyingJeremy Harris
2018-01-03Testsuite: Better platform portability by searching for Postgres server ↵Jeremy Harris
binaries
2018-01-02Testsuite: SPF testcases. Bug 1789Jeremy Harris
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2018-01-01tidyingJeremy Harris
2017-12-30MIME ACL: fix SMTP response for non-accept result of the ACL. Bug 2214.Jeremy Harris
As far as I can see this was broken back in 2013, f4c1088 for 4.82
2017-12-29Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215Jeremy Harris
Broken-by: cc55f4208e
2017-12-28Debug: enhance output from smtp transport entryJeremy Harris
2017-12-27Testtsuite: output changes resultingJeremy Harris
2017-12-27Testsuite: better portability of postgresq test vs. postgresql versionsJeremy Harris
2017-12-24Lookups: fix pgsql multiple-row, single-column returnJeremy Harris
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH Broken-by: acec9514b1
2017-12-24Testsuite: shift pgsql tests to the standard-run setJeremy Harris
2017-12-24Testsuite: convert posgreql testing to standaloneJeremy Harris
2017-12-22DANE/GnuTLS: split verification of mixed sets of TLSA records by usageJeremy Harris
This is because we cannot do the required CA-anchor and names checks for TA-mode and not for EE-mode, without knowing which usage TLSA was used.
2017-12-20DANE/GnuTLS: ignore traditional CA anchor validation in DANE-EE modeJeremy Harris
Not quite right for a mixed TA+EE set of TLSA records, but better than always-enforcing
2017-12-19Merge branch '4.next'Jeremy Harris
2017-12-19DANE: support under GnuTLS. Bug 1523Jeremy Harris
GnuTLS version 3.0.0 onwards; still Experimental
2017-12-18Testsuite: move CRL testcases away from using SHA1-signed certsJeremy Harris
2017-12-16Testsuite: output changes arisingJeremy Harris
2017-12-16Testsuite: regenerate certs treeJeremy Harris
2017-12-16Testsuite: restore generation of OCSP status for EC certsJeremy Harris
Broken-by: 854586e149
2017-12-16Testsuite: do not bother with cert hostnames when testing OCSPJeremy Harris
2017-12-16Testsuite: restore lost dns config for DKIM extra-txt-records testcaseJeremy Harris
Broken-by: 854586e149
2017-12-16Testsuite output changes arisingJeremy Harris
Broken-by: 854586e149
2017-12-16Testsuite: testcase for Bug 2198Jeremy Harris
2017-12-09Testsuite: regen TLSA records, to match cert treeJeremy Harris
2017-12-09Testsuite: regen TLSA records, to match cert treeJeremy Harris
2017-12-04Fix non-OCSP OpenSSL buildJeremy Harris
Issue found by: Frank Elsner