summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/dtls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new certificates/chains in regress.jsing2024-03-201-4/+5
* Make internal header file names consistenttb2022-11-261-2/+2
* dtlstest: Ensure the timeouts are at least 10 ms. This makes these teststb2022-10-261-1/+7
* Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.jsing2022-10-021-5/+3
* Let dtlstest peek into bio_local.htb2022-01-072-2/+4
* zap trailing whitespacetb2021-06-191-4/+7
* Add DTLS test cases that use non-zero initial epochs.jsing2021-06-192-5/+44
* Add more complex DTLS tests for delay/reordering.jsing2021-06-191-17/+160
* Expand comment that details why two DTLS tests currently fail.jsing2021-06-191-2/+5
* Provide the ability to delay/reorder DTLS packets.jsing2021-06-191-14/+147
* Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.jsing2021-06-181-3/+1
* 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-142-0/+411