summaryrefslogtreecommitdiff
path: root/tests/resume-dtls.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-1/+0
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* 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
* 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
* Use socketpair() rather than TCP connections.Adam Sampson2013-07-171-81/+32
* Detect socket() error responses correctly.Adam Sampson2013-07-171-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-2/+2
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-081-1/+1
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid expiration...Nikos Mavrogiannopoulos2012-03-241-1/+12
* Added mini-dtls-rehandshake.c to test rehandshake in DTLS.Nikos Mavrogiannopoulos2012-02-261-0/+667