summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/dtls
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-10-26dtlstest: Ensure the timeouts are at least 10 ms. This makes these testsTheo Buehler
2022-10-02Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.Joel Sing
2022-01-07Let dtlstest peek into bio_local.hTheo Buehler
2021-06-19zap trailing whitespaceTheo Buehler
2021-06-19Add DTLS test cases that use non-zero initial epochs.Joel Sing
2021-06-19Add more complex DTLS tests for delay/reordering.Joel Sing
2021-06-19Expand comment that details why two DTLS tests currently fail.Joel Sing
2021-06-19Provide the ability to delay/reorder DTLS packets.Joel Sing
2021-06-18Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.Joel Sing
2021-05-03Use limits.h instead of sys/limits.h in dtlstest.c for portableKinichiro Inoguchi
2021-02-07Enable auto DHE and disable session tickets for some tests.Joel Sing
2021-02-06Only hexdump packets/messages on higher debug levels.Joel Sing
2021-02-06Test reads and writes between the client and server.Joel Sing
2020-10-16Add an explicit cast to make this test compile and pass with gcc.Theo Buehler
2020-10-15Test DTLS timeouts and retransmissions by dropping specific messages.Joel Sing
2020-10-15Improve poll and event handling.Joel Sing
2020-10-14Add regress tests for DTLS.Joel Sing