summaryrefslogtreecommitdiff
path: root/tests/resume-dtls.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-2/+1
|
* tests: corrected resumption tests to disable tickets when neededNikos Mavrogiannopoulos2015-08-211-6/+7
| | | | That is, perform the tests that require no tickets, with tickets disabled.
* tests: resume-dtls: increased timeoutsNikos Mavrogiannopoulos2015-06-271-2/+2
|
* tests: resume-dtls: remove global variablesNikos Mavrogiannopoulos2015-04-211-48/+30
|
* tests: resume: check for signalsNikos Mavrogiannopoulos2015-04-211-7/+5
|
* tests: close unused file descriptors in resume checksNikos Mavrogiannopoulos2015-04-211-0/+4
|
* tests: ignore sigpipe in resume and termination testsNikos Mavrogiannopoulos2015-04-161-0/+3
|
* tests: cleanups in resume-dtlsNikos Mavrogiannopoulos2015-03-261-8/+8
|
* tests: increase the timeout in resume-dtlsNikos Mavrogiannopoulos2015-03-241-1/+1
|
* resume tests will not block if they failNikos Mavrogiannopoulos2013-12-291-5/+18
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-479/+436
|
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
|
* Disable tests that use socketpair on _WIN32.Adam Sampson2013-07-171-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 Sampson2013-07-171-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 Sampson2013-07-171-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 Mavrogiannopoulos2013-05-011-2/+2
| | | | from PKCS #11 libraries.
* The session ticket and OCSP certificate status extensions are enabled by ↵Nikos Mavrogiannopoulos2012-10-081-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 Mavrogiannopoulos2012-03-241-1/+12
| | | | expiration errors.
* Added mini-dtls-rehandshake.c to test rehandshake in DTLS.Nikos Mavrogiannopoulos2012-02-261-0/+667