summaryrefslogtreecommitdiff
path: root/tests/dtls
Commit message (Collapse)AuthorAgeFilesLines
* tests: dtls subdir was merged into main testsNikos Mavrogiannopoulos2017-11-211-51/+0
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: dtls-stress: use X.509 certificates instead of openpgptmp-openpgp-compatNikos Mavrogiannopoulos2017-03-082-59/+9
| | | | | | | This will allow the test tool to operate even after openpgp certificates are deprecated. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-16/+16
|
* tests: added missing filesNikos Mavrogiannopoulos2016-06-141-1/+1
|
* tests: dtls-stress: fix debug argument accountingNikos Mavrogiannopoulos2016-05-161-1/+2
| | | | It was not being considered when it was not the last argument.
* tests: re-disabled dtls-nb check; it had random failuresNikos Mavrogiannopoulos2016-05-161-1/+1
| | | | | This was disabled for quite long time already, and needs to be investigated.
* tests: added DTLS test suite when in session resumptionNikos Mavrogiannopoulos2016-05-163-2/+49
| | | | | | While there is already a test suite for DTLS lost packets/rearranges it does not cover the session resumption flights. This patch enhances the test suite with these checks.
* dtls-stress: added session resumption optionNikos Mavrogiannopoulos2016-05-161-62/+360
| | | | | This allows to perform tests on DTLS resumed sessions for retransmitions due to lost packets.
* tests: dtls: removed excessive debugging output from testNikos Mavrogiannopoulos2016-05-151-1/+1
|
* 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
| | | | | Using it results in build failure on NetBSD: undefined reference to `rpl_strerror'
* tests: tab indent + minor style changesAlon Bar-Lev2015-06-242-4/+4
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* 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-022-0/+24
| | | | That allows it to replay messages in a kind of arbitrary way.
* reindented codeNikos Mavrogiannopoulos2013-11-081-323/+517
|
* we now explicitly check for librt.Nikos Mavrogiannopoulos2013-10-261-2/+1
|
* use the same environment in all testsNikos Mavrogiannopoulos2013-10-261-1/+4
|
* 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 ↵Nikos Mavrogiannopoulos2013-05-011-1/+2
| | | | from PKCS #11 libraries.
* link explicitly to librtNikos Mavrogiannopoulos2013-04-281-1/+1
|
* 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
|
* Link to correct libraries.Nikos Mavrogiannopoulos2012-02-251-1/+2
|
* updated headers.Nikos Mavrogiannopoulos2012-02-251-2/+2
|
* Added more tests.Nikos Mavrogiannopoulos2012-02-192-4/+10
|
* 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 ↵Nikos Mavrogiannopoulos2012-02-181-1/+4
| | | | default DTLS maximum timeout.
* Added more tests.Nikos Mavrogiannopoulos2012-02-162-0/+2
|
* added more test casesNikos Mavrogiannopoulos2012-02-152-0/+2
|
* Added tests for non-blocking DTLSNikos Mavrogiannopoulos2012-02-144-7/+46
|
* more testsNikos Mavrogiannopoulos2012-02-141-0/+1
|
* added more tests and updated to compile with gnutls' optionsNikos Mavrogiannopoulos2012-02-142-36/+72
|
* Added DTLS-stress test.Nikos Mavrogiannopoulos2012-02-143-0/+846
Contributed by Sean Buckheister.