summaryrefslogtreecommitdiff
path: root/test/dtls_mtu_test.c
Commit message (Expand)AuthorAgeFilesLines
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-1/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix an assertion in the DTLS server codeBernd Edlinger2022-04-141-1/+47
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-2/+3
* Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli2017-06-211-2/+2
* Convert dtls_mtu_test, dtlsv1listentestRich Salz2017-04-261-64/+69
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-1/+1
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-2/+2
* dtl_mtu_test doesn't follow BIO_* conventions and make Windows build failEasySec2016-11-091-1/+1
* Add test cases for DTLS_get_data_mtu()David Woodhouse2016-11-021-0/+190