Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-24 | Make tls suite crash more verbosely | Anders Svensson | |
To see why it's failing on at least one test machine. | |||
2013-04-15 | Lighten up on suite timetraps | Anders Svensson | |
Due to sporadic timeouts one some (slow) hosts. | |||
2013-04-11 | More robust listening port lookup in test suites | Anders Svensson | |
In particular, remove timing dependence by using diameter_reg:wait/1 to wait on the term registered by diameter_{tcp,sctp} when opening a listening socket. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-16 | Minor suite simplification | Anders Svensson | |
2012-08-26 | Lighten up on timetraps in test suites | Anders Svensson | |
Some look to be optimistic when running in slow virtual environments. (With bad time keeping?) | |||
2011-12-16 | Remove {init,end}_per_group workaround | Anders Svensson | |
This undoes commit 162c0d3ee30790ec5a75e20b0e2e8bc61ed92375. | |||
2011-12-16 | Use new syntax for specifying ct group properties | Anders Svensson | |
No longer have to duplicate groups for sequential and parallel runs. | |||
2011-12-07 | Deal with crypto:start() failure in TLS suite | Anders Svensson | |
2011-12-06 | Ensure that TLS will be available in TLS suite | Anders Svensson | |
The existence of openssl is not enough. | |||
2011-12-06 | Use diameter_callback in relay and tls suites | Anders Svensson | |
2011-12-02 | Remove unnecessary includes | Anders Svensson | |
2011-11-10 | Simplify handling of generated hrls in testsuites | Anders Svensson | |
Just morph include into include_lib when releasing. Not using include_lib here is due to generated hrls not residing in diameter/include until after release. See release.sed. | |||
2011-10-10 | Move certificate generation into own testcase | Anders Svensson | |
2011-10-10 | Use tcp/sctp port resolution from testsuites | Anders Svensson | |
2011-10-10 | Move init/end_per_suite into testcases | Anders Svensson | |
See ac2810603b7aaad24129fadf887d9e8deff31d2f. | |||
2011-10-07 | Skip tls testsuite if there's no openssl | Anders Svensson | |
2011-10-06 | Add tls support at connection establishment | Anders Svensson | |
This is the method added in draft-ietf-dime-rfc3588bis, whereby a TLS handshake immediately follows connection establishment and CER/CEA is sent over the secured connection. | |||
2011-10-06 | Add tls testsuite | Anders Svensson | |