summaryrefslogtreecommitdiff
path: root/test/scripts
AgeCommit message (Collapse)Author
2021-07-18ALPN: feature macroJeremy Harris
2021-07-18TLS: ALPN optionsJeremy Harris
2021-06-24testsuite: add 0990 for allow_insecure_tainted_dataHeiko Schlittermann (HS12-RIPE)
(cherry picked from commit 56213337357265eb42c40dd04a22f6ac433b9e81)
2021-06-19Testsuite: split out OpenSSL TLS1.3 resume testsJeremy Harris
Older library versions do not support 1.3 so a separate numbered testcase is needed
2021-06-19Testsuite: allow time for daemon to listen before terminatingJeremy Harris
2021-06-15hosts_require_heloJeremy Harris
2021-06-06Observability: listen queue backlogJeremy Harris
2021-06-06Testsuite: testcase for multiple listener sockets readyJeremy Harris
2021-06-05Testsuite: fix OCSP/OpenSSL/1.3 testcaseJeremy Harris
2021-06-04debug: fix openssl outputJeremy Harris
2021-06-03Testsuite: use higher-spec certs, for more-recent GnuTLS versions which ↵Jeremy Harris
deprecate weaker ones Needed for GnuTLS 3.6.15 (on Fedora 33)
2021-05-27testsuite: reproduce BDAT with missing eol (Bug 1974)Heiko Schlittermann (HS12-RIPE)
(cherry picked from commit e9cecc465a570c1a4f34b199eae6bdd0a52ee2b0)
2021-05-27Honour the outcome of parse_extract_address(), testsuite 471Heiko Schlittermann (HS12-RIPE)
(cherry picked from commit 39d83bf19fc0c4364e0a665360b14194c62e4ab4)
2021-05-25Use separate line in Received: header for timestampJeremy Harris
2021-05-12Named Queues: fix immediate-delivery. Bug 2743Jeremy Harris
2021-05-11TLS DANE to multiple recipients w/ different DNSSec statusHeiko Schlittermann (HS12-RIPE)
2021-05-04Fix ${ipv6norm:}Jeremy Harris
2021-04-25Testsuite: tidyingJeremy Harris
2021-04-18Experimental: ESMTP LIMITS extensionJeremy Harris
2021-04-14 taint: allow appendfile create_file option to specify a de-tainting safe ↵Jeremy Harris
path
2021-04-10Logging: better tracking of continued-connection useJeremy Harris
2021-04-07Pass proxy addresses/ports to continued trasnports. Bug 2710Jeremy Harris
2021-03-16Pipeline QUIT after dataJeremy Harris
2021-02-13wipJeremy Harris
2021-02-08Testsuite: expand testcase. Bug 2693Simon Arlott
2021-02-06Fix handling of server which follows a RCPT 452 with a 250. Bug 26092Jeremy Harris
2021-02-06Fix daemon-SIGHUP on FreeBSDJeremy Harris
2021-02-02Testsuite: fix testcase for SPF empty-mailfrom-use-helo. Bug 467Jeremy Harris
2021-01-29Lookups: fix $local_part_data for a match on a filename list element. Bug 2691Jeremy Harris
2021-01-22TLS: on Linux when sockopt TCP_FASTOPEN_CONNECT is available, use TFO for ↵Jeremy Harris
TLS-on-connect client connections
2021-01-21 Avoid bare TCP ACKs during TLS-on-connect startup.Jeremy Harris
We can't get the QUICKACK turned off on the accepted socket fast enough to stop the ACK for the ClientHello - but we get the rest, under OpenSSL.
2021-01-21Testsuite: TLS server testcase consolidationJeremy Harris
2021-01-21Testsuite: shufflingJeremy Harris
2021-01-21Testsuite: TLS client testcase consolidationJeremy Harris
2021-01-19Testsuite: case for TLS client tls-on-connectJeremy Harris
2021-01-17Testsuite: testcase for ClamAV over TCPJeremy Harris
2020-12-31TFO: better observability (slightly) on FreeBSDJeremy Harris
2020-12-24Fix ${listextract } from a tainted listJeremy Harris
2020-12-20Fix local delivery delay when combined with remote callout/hold. Bug 2599Jeremy Harris
2020-12-17Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.Jeremy Harris
2020-12-16Fix matching of long addresses. Bug 2677Jeremy Harris
2020-11-19Logging: add I= element to transport-defer lines. Bug 2675Jeremy Harris
2020-10-13Testsuite: munge & delay for early selfsign generateJeremy Harris
Broken-by: 48e9099006
2020-10-13 TLS: pre-generate and load server selfsigned cert, when one is to be usedJeremy Harris
2020-10-11Testsuite: case-number shufflingJeremy Harris
2020-10-11Testsuite: more time for loaded test platformsJeremy Harris
2020-10-05Add proxy_protocol_timeout main config option.Heiko Schlittermann (HS12-RIPE)
2020-10-05Testsuite: Allow input lines starting with ":<cmd>:", like ":sleep:".Heiko Schlittermann (HS12-RIPE)
This somehow mimics the behaviour of the client tool, but works for *any* input line that is sent to the application. This reverts the unfortunate take abusing the client's special notation '>>> '. Currently implemented: - :eval: - :neol: - :sleep:
2020-10-04Testsuite: Add test for proxy and -bh (Bug 2656)Heiko Schlittermann (HS12-RIPE)
2020-10-04Testsuite: Provide '>>> ' for script input to allow binary data (take 2)Heiko Schlittermann (HS12-RIPE)
This mimics the '>>> ' prefix known for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag. The client input lines starting with '>>> ' are now changed to '\>>> ' to avoid evaluation by the runtest script. (Test 4030, 1101).