summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL
AgeCommit message (Collapse)Author
2018-11-29Testsuite: output changes resultingJeremy Harris
Broken-by: a7a1ad1447
2018-10-26Testsuite: variances for OpenSSL 1.1.1Jeremy Harris
2018-10-17Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable testJeremy Harris
This maintains visibility of the cert choice required by the auth-method configuration. Leave the bogus results from pre-1.1.1 OpenSSL library bug while the fixed version is not in common use.
2018-10-14Testsuite: client script faciility for handling optional reponsesJeremy Harris
Use this to deal with fallout from TLS negotiation failure, where the server sees leftover encrypted data as garbage commands.
2018-10-13Testsuite: tidyingJeremy Harris
2018-06-25Expansions: A tls option on ${readsocket }. Bug 2282Jeremy Harris
2018-02-10Testsuite: move sha3 tests to separate testcaseJeremy Harris
2018-02-02String expansions: support sha3 under OpenSSL (1.1.1+)Jeremy Harris
2017-12-18Testsuite: move CRL testcases away from using SHA1-signed certsJeremy Harris
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-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-10-14Testsuite: avoid indeterminate delivery orderingJeremy Harris
2017-10-13Testsuite: add cipher-suite seen on OpenBSDJeremy Harris
2017-08-31Logging: TCP Fast OpenJeremy Harris
2017-06-11Testsuite: testcase for continued-delivery with transport hosts_overrideJeremy Harris
2017-06-03Testsuite: stabilize output sequence for 2x35/6Jeremy Harris
2017-05-17Testsuite: delays in 2x3[567]Jeremy Harris
2017-05-17Testsuite: add delays for predictable log sequencing in 2x36, log-sorting ↵Jeremy Harris
for 2x38
2017-05-17TLS: do decent PIPELINING under TLS, at least with GnuTLSJeremy Harris
I've not found an equivalent in OpenSSL of gnutls_record_cork() nor gnutls_record_check_pending() yet.
2017-04-30Fix continue_more on TLS connection. Bug 2104Jeremy Harris
2017-04-06Callout/hold: ensure TLS-proxy process is not waited for as a transport processJeremy Harris
2017-03-21Callouts: a "hold" option for receipient-verify, which keeps the connection ↵Jeremy Harris
open both for further recipients and for eventual delivery.
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2017-01-24TFO: Support compilation on Linus platforms which define TCP_FASTOPEN but ↵Jeremy Harris
not MSG_FASTOPEN
2016-11-08Testsuite: 2191 independend on calling userHeiko Schlittermann (HS12-RIPE)
2016-10-22TCP Fast OpenJeremy Harris
2016-10-08Fix callouts connection fallback from TLS to cleartext. Bug 1897Jeremy Harris
2016-08-22Add automatic macros for compile-time feature optionsJeremy Harris
2016-08-09Testsuite: nail down hostname for CHUNKING test casesJeremy Harris
2016-08-02testcases for TLSJeremy Harris
2016-06-02Add support for ${sha256:<string>}Jeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-02-05TLS: Whine to log on client config of SNI under too-old OpenSSL versionJeremy Harris
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-04-19Testsuite: be more tolerant of slow filesystemJeremy Harris
2015-01-20Testsuite: Experimental_Certnames absorbed into mainlineJeremy Harris
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
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-07-13Fix TLS SNI, and add regression test casesJeremy Harris
2014-05-02Certificate variables and field-extractor expansions. Bug 1358Jeremy Harris
2014-03-15TestcasesJeremy Harris
2013-01-26PRDR support, if compiled with EXPERIMENTAL_PRDRJeremy Harris
2012-06-04Fix bug verifying certs on dual-tls.Jeremy Harris
2012-06-04Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.Jeremy Harris
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2007-04-17Test suite portability updates.Philip Hazel
2007-04-16Fix bug in previous patch: following data is permitted after '.' so itPhilip Hazel
must not be diagnosed as an error. The check for vanished socket can only be applied when there is no data pending.
2007-04-13Check for lost connection or unexpected input at end of message.Philip Hazel
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel