summaryrefslogtreecommitdiff
path: root/test/scripts
AgeCommit message (Collapse)Author
2018-03-07DANE: add dane:fail eventJeremy Harris
2018-03-06Testsuite: GnuTLS version of DANE/events testcaseJeremy Harris
Followon from: c0635b6dfe
2018-03-06Test suite case for redis cluster MOVED responseGraeme Fowler
2018-03-03Testsuite: for DKIM sha512 verify, use a test signed mail produced by EximJeremy Harris
This is a temporary measure until Mail::DKIM::Signer can handle rsa-sha512 - it gives us the internal consistency check but not we would like the independent confirmation of correctness
2018-03-03Testsuite: for DKIM signing, store resulting mail for comparisonJeremy Harris
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-25Auths: for A-R header, and SMTP auth, note the public-name not the ↵Jeremy Harris
authenticator name Also, for TLS auth use a custom propspec
2018-02-24I18N: Fix utf8_downconvert propagation through a redirect routerJeremy Harris
2018-02-15DANE: move to mainlineJeremy Harris
2018-02-10Testsuite: move DKIM Ed25519 testcases to seperate feature-test groupJeremy Harris
2018-02-10Testsuite: move sha3 tests to separate testcaseJeremy Harris
2018-02-08Fix conversation closedown with the Avast malware scanner. Bug 2113Jeremy Harris
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-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-17Testsuite: interlock Postgres server startupJeremy 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-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-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-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: testcase for Bug 2198Jeremy Harris
2017-12-03GnuTLS: multiple server certs, OCSP stapling. Bug 2092Jeremy Harris
2017-12-03DKIM: Ignore non-DKIM TXT records in DNS response. Bug 2207Heiko Schlittermann (HS12-RIPE)
2017-11-15Testsuite: better debug output from "server" script-runnerJeremy Harris
2017-11-15Testsuite: force RSA auth for testcase loading dual certsJeremy Harris
More recent OpenSSL versions (1.1.0) reasonably prefer ECDSA when available, where older (1.0.2) preferred RSA
2017-11-11Downgrade an unfound-list name from panic to DEFER. Bug 1645Jeremy Harris
2017-11-07DKIM: make verification results visible in data ACLJeremy Harris
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).