summaryrefslogtreecommitdiff
path: root/test/stderr/2108
AgeCommit message (Collapse)Author
2016-12-29OpenSSL: add detail to certname verify fail log lineJeremy Harris
2016-04-08Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPEJeremy Harris
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b.
2015-02-09tidyingJeremy Harris
2015-02-04Openssl: add peer IP to cert verify log linesJeremy Harris
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
This is an exim client checking a server certificate.
2012-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2012-05-18Test suite fixes, mostly for new certs.Phil Pennock
New cert1 and cert2 but I'd only updated the GnuTLS tests. This fixes OpenSSL ones too. The SHELL vs /bin/sh one also fixed, finally realised that the test output just hadn't been updated to match the munging.
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2006-02-07More test commits.Philip Hazel