summaryrefslogtreecommitdiffstats
path: root/test/dtls_mtu_test.c
AgeCommit message (Expand)Author
2024-04-19libssl: Move SSL object unwrapping macros to separate headerHugo Landau
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-21Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2016-11-09dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec
2016-11-02Add test cases for DTLS_get_data_mtu()David Woodhouse