summaryrefslogtreecommitdiff
path: root/tests/dtls/dtls-stress.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-310/+335
* Indent codeZoltan Fridrich2023-01-271-55/+71
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
* tests: suppress GCC -fanalyzer warningsDaiki Ueno2022-01-161-1/+3
* tests: dtls-stress: use X.509 certificates instead of openpgptmp-openpgp-compatNikos Mavrogiannopoulos2017-03-081-59/+8
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-16/+16
* tests: dtls-stress: fix debug argument accountingNikos Mavrogiannopoulos2016-05-161-1/+2
* tests: added DTLS test suite when in session resumptionNikos Mavrogiannopoulos2016-05-161-1/+3
* dtls-stress: added session resumption optionNikos Mavrogiannopoulos2016-05-161-62/+360
* tests: dtls-stress: corrected parsing of -d optionNikos Mavrogiannopoulos2016-05-151-4/+8
* Avoid using strerror in dtls stress testMaya Rashish2016-03-231-2/+1
* tests: dtls-stress: fix issues in the suiteNikos Mavrogiannopoulos2014-10-311-7/+7
* dtls-stress: reindented codeNikos Mavrogiannopoulos2014-10-201-150/+81
* tests: dtls-stress: only replay when send succeedsNikos Mavrogiannopoulos2014-10-201-2/+4
* tests: added -r option to dtls-stressNikos Mavrogiannopoulos2014-10-021-0/+21
* reindented codeNikos Mavrogiannopoulos2013-11-081-323/+517
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
* Run DTLS tests under reliable transports to avoid unexpected packet loss.Nikos Mavrogiannopoulos2013-07-151-1/+1
* updated pathNikos Mavrogiannopoulos2013-05-051-1/+1
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-011-1/+2
* correct comparison of sent data in dtls-stress.Nikos Mavrogiannopoulos2012-06-191-1/+1
* do not build test with timers when posix timers are not present.Nikos Mavrogiannopoulos2012-03-311-0/+11
* updated headers.Nikos Mavrogiannopoulos2012-02-251-2/+2
* Added new dtls-stress.c by SeanNikos Mavrogiannopoulos2012-02-191-444/+781
* increase the total timeout in the tests since they seem to exceed the default...Nikos Mavrogiannopoulos2012-02-181-1/+4
* Added tests for non-blocking DTLSNikos Mavrogiannopoulos2012-02-141-0/+3
* added more tests and updated to compile with gnutls' optionsNikos Mavrogiannopoulos2012-02-141-33/+67
* Added DTLS-stress test.Nikos Mavrogiannopoulos2012-02-141-0/+766