aboutsummaryrefslogtreecommitdiff
path: root/test/dtls_mtu_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz1-1/+4
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger1-1/+47
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb1-1/+1
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-2/+0
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-06-21Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli1-2/+2
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz1-64/+69
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk1-1/+1
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell1-2/+2
2016-11-09dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec1-1/+1
2016-11-02Add test cases for DTLS_get_data_mtu()David Woodhouse1-0/+190