summaryrefslogtreecommitdiff
path: root/test/aux-fixed
AgeCommit message (Collapse)Author
2019-02-11JSON lookupJeremy Harris
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
2018-12-20spelling fixesklemens
2018-11-27Testsuite: regenerate CA trees with 2048-bit keysJeremy Harris
This is to support RHEL 8.0 where OpenSSL dislikes 1024
2018-10-26testsuite: diet for aux-fixed/3000.plHeiko Schlittermann (HS12-RIPE)
2018-09-28Events: Fire msg:fail:internal for a non-system filter "fail" command. Bug ↵Matthias Kurz
2322
2018-09-28Events: Fire msg:fail:delivery event even when error is being ignored. Bug ↵Matthias Kurz
2314
2018-09-16Fix filter noerror command. Bug 2318Matthias Kurz
2018-09-09DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server certJeremy Harris
2018-03-23ARC: add independent-source testcase. Fix signatures by not line-terminatingJeremy Harris
last header line being hashed.
2018-03-18DMARC: tescaseJeremy Harris
Extremely basic; we have no control of the DNS use of the dmarc library
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2017-12-18Testsuite: move CRL testcases away from using SHA1-signed certsJeremy 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: testcase for Bug 2198Jeremy Harris
2017-12-03Testsuite: regen certs trees, now with OCSP response for one EC certJeremy Harris
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-10-26Testsuite: create test db on-the-fliy for LMDB testcaseJeremy Harris
2017-01-31Testsuite: use certs expring before end of 2037, to avoid GnuTLS top-limit ↵Jeremy Harris
clamp on small-size_t platforms
2017-01-21Testsuite: Add DKIM Chunking testHeiko Schlittermann (HS12-RIPE)
2016-12-04Testsuite: more pipe transport / perl casesJeremy Harris
2016-12-03Testsuite: platform variance for perl utility locationJeremy Harris
2016-11-02Testsuite: regen certs, now with additional LetsEncrypt-style OCSP proofsJeremy Harris
2016-08-14LMDB: introduce as Experimental. Bug 1856Andrew Colin Kissa
2016-02-10Testsuite: Support running exim under valgrindJeremy Harris
Fails mostly thanks to lack of suid handling, but -be tests usable if you retry after de-suid of eximdir/exim
2016-02-01DKIM: replace SHA and RSA routines from gnutls, under earlier libraryJeremy Harris
versions, using libgcrypt and libtasn1 directly. Bug 1772
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-12-02DKIM: fix simple body verify for trailing empty lines after textJeremy Harris
2015-12-01DKIM: $dkim_key_length visibility variable. Bug 1311Jeremy Harris
2015-11-29DKIM: fix relaxed body verify for a newline-only body. Bug 963Jeremy Harris
2015-11-29DKIM: relaxed body canonicalisation should ignore whitespace at EOLJeremy Harris
and empty lines at EOM. Bug 1721
2015-01-12Support timeout option on malware=Jeremy Harris
2014-12-27Testsuite: case for malware= cmdlineJeremy Harris
2014-11-21Testsuite: case 0601 logging orderingJeremy Harris
2014-11-03Testsuite: tidyingJeremy Harris
2014-11-01Testsuite: tidyingJeremy Harris
2014-10-24Testsuite: more portable implementation of "showenv"Jeremy Harris
At least one Solaris installation seems not to have "whoami"
2014-10-16Handle certificate dir under GnuTLS, if recent enoughJeremy Harris
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh.
2014-08-10Add (2 0 1) testJeremy Harris
2014-07-21Documentation/Tests for CVE-2014-2972 fixexim-4_83Todd Lyons
2014-06-08Testcase for udpsendJeremy Harris
2014-04-24Support OCSP Stapling under GnuTLS. Bug 1459Jeremy Harris
Requires GnuTLS version 3.1.3 or later. Under EXPERIMENTAL_OCSP
2013-12-15Increase test CA key sizes from 512 to 1024 to handle TLS1.2 digest sizes.Jeremy Harris
2013-03-25OCSP-stapling enhancement and testing.Jeremy Harris
Server: Honor environment variable as well as running_in_test_harness in permitting bogus staplings Update server tests Add "-ocsp" option to client-ssl. Server side: add verification of stapled status. First cut server-mode ocsp testing. Fix some uninitialized ocsp-related data. Client (new): Verify stapling using only the chain that verified the server cert, not any acceptable chain. Add check for multiple responses in a stapling, which is not handled Refuse verification on expired and revoking staplings. Handle OCSP client refusal on lack of stapling from server. More fixing in client OCSP: use the server cert signing chain to verify the OCSP info. Add transport hosts_require_ocsp option. Log stapling responses. Start on tests for client-side. Testing support: Add CRL generation code and documentation update Initial CA & certificate set for testing. BUGFIX: Once a single OCSP response has been extracted the validation routine return code is no longer about the structure, but the actual returned OCSP status.
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.
2012-05-17Handle absent tls_require_ciphers correctly.Phil Pennock
Fix test-suite certs to not use MD5. Document that we do not support MD5 certs any longer. Make test-suite generate probably-correct gnutls-params filename for us.
2007-08-22Test suite data file had got accidentally deleted.Philip Hazel
2007-07-04Remove unwanted (int) case when reading SIZE. Fix runtest for 64-bitPhilip Hazel
systems. Tidy obsolete stuff in test 46.