summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/dtls/dtlstest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use limits.h instead of sys/limits.h in dtlstest.c for portableinoguchi2021-05-031-2/+2
* Enable auto DHE and disable session tickets for some tests.jsing2021-02-071-12/+13
* Only hexdump packets/messages on higher debug levels.jsing2021-02-061-3/+4
* Test reads and writes between the client and server.jsing2021-02-061-3/+49
* Add an explicit cast to make this test compile and pass with gcc.tb2020-10-161-2/+2
* Test DTLS timeouts and retransmissions by dropping specific messages.jsing2020-10-151-5/+299
* Improve poll and event handling.jsing2020-10-151-8/+27
* Add regress tests for DTLS.jsing2020-10-141-0/+393