Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: moved child status error checking code in utils.h | Nikos Mavrogiannopoulos | 2016-08-09 | 1 | -2/+1 |
| | |||||
* | tests: corrected resumption tests to disable tickets when needed | Nikos Mavrogiannopoulos | 2015-08-21 | 1 | -6/+7 |
| | | | | That is, perform the tests that require no tickets, with tickets disabled. | ||||
* | tests: resume-dtls: increased timeouts | Nikos Mavrogiannopoulos | 2015-06-27 | 1 | -2/+2 |
| | |||||
* | tests: resume-dtls: remove global variables | Nikos Mavrogiannopoulos | 2015-04-21 | 1 | -48/+30 |
| | |||||
* | tests: resume: check for signals | Nikos Mavrogiannopoulos | 2015-04-21 | 1 | -7/+5 |
| | |||||
* | tests: close unused file descriptors in resume checks | Nikos Mavrogiannopoulos | 2015-04-21 | 1 | -0/+4 |
| | |||||
* | tests: ignore sigpipe in resume and termination tests | Nikos Mavrogiannopoulos | 2015-04-16 | 1 | -0/+3 |
| | |||||
* | tests: cleanups in resume-dtls | Nikos Mavrogiannopoulos | 2015-03-26 | 1 | -8/+8 |
| | |||||
* | tests: increase the timeout in resume-dtls | Nikos Mavrogiannopoulos | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | resume tests will not block if they fail | Nikos Mavrogiannopoulos | 2013-12-29 | 1 | -5/+18 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -479/+436 |
| | |||||
* | fix transport parameter casts in tests | Stefan Bühler | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Disable tests that use socketpair on _WIN32. | Adam Sampson | 2013-07-17 | 1 | -10/+12 |
| | | | | | | | | | | | socketpair isn't provided on Windows, so these tests should just exit 77. Note that resume-dtls.c already had a guard like this -- I've rewritten it to match the others, but socketpair (presumably!) isn't the only reason that test is disabled on Win32. Signed-off-by: Adam Sampson <ats@offog.org> | ||||
* | Use socketpair() rather than TCP connections. | Adam Sampson | 2013-07-17 | 1 | -81/+32 |
| | | | | | | | | Besides simplifying the code, this also makes it possible to run "make check" in parallel -- previously this didn't work because several tests were trying to bind the same port. Signed-off-by: Adam Sampson <ats@offog.org> | ||||
* | Detect socket() error responses correctly. | Adam Sampson | 2013-07-17 | 1 | -1/+1 |
| | | | | | | The code was testing the wrong variable... Signed-off-by: Adam Sampson <ats@offog.org> | ||||
* | When running tests disable PKCS #11 support to avoid detecting memory leaks ↵ | Nikos Mavrogiannopoulos | 2013-05-01 | 1 | -2/+2 |
| | | | | from PKCS #11 libraries. | ||||
* | The session ticket and OCSP certificate status extensions are enabled by ↵ | Nikos Mavrogiannopoulos | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | | default. In client side gnutls_init() enables the session ticket and OCSP certificate status request extensions by default. The flag GNUTLS_NO_EXTENSIONS can be used to prevent that. | ||||
* | Fixes for win32 and time. OCSP test now sets a fixed time to avoid ↵ | Nikos Mavrogiannopoulos | 2012-03-24 | 1 | -1/+12 |
| | | | | expiration errors. | ||||
* | Added mini-dtls-rehandshake.c to test rehandshake in DTLS. | Nikos Mavrogiannopoulos | 2012-02-26 | 1 | -0/+667 |