summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Collapse)Author
2012-05-17Make test-suite client cmd -t<timeout> actually workPhil Pennock
2012-05-17More GnuTLS cleanups/fixes.Phil Pennock
Decided "unknown (reason)" in tls_peerdn was wrong, stripped that, added replacement guard. Moved cipherbuf construction to where it makes more sense, where peerdn is extracted, so that setting the exim vars gets back closer to just some pointer switching. Fix missing failure check after handshake in client. Fix tls.c tls_ungetc() and friends by pointing watermark vars at state content. Regenerated test-suite D-H params so we don't have too small values, which was causing connection rejections. Test-suite output where new test cert info is logged (there will be a couple more, when I fix a lingering problem with tls_peerdn being unset in client log-lines). Give test-suite client command some --help.
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2011-01-21Test suite: make cf 64-bit compat for -exact.Phil Pennock
I assume stdint.h and intptr_t available for any platform where we're running the test suite.
2006-11-07Stop rewriting addresses as a consequence of CNAMEs, as Exim isn'tPhilip Hazel
supposed to do that (it must have crept in accidentally).
2006-10-16Remove RSA_EXPORT stuff from the test client.c program in the same wayPhilip Hazel
as it's just been removed from tls-gnutls.c.
2006-02-16Code tidies to remove stuff that was needed only for the old test suite.Philip Hazel
Also, use -odi for bounces when in the test harness, unless queue_only is set.
2006-02-06CVSing the test suite.Philip Hazel