summaryrefslogtreecommitdiff
path: root/test/dtlsv1listentest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Convert dtls_mtu_test, dtlsv1listentestRich Salz2017-04-261-125/+55
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-1/+1
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-291-3/+3
* Copyright consolidation 02/10Rich Salz2016-05-171-53/+5
* Fix no-sockMatt Caswell2016-03-211-4/+11
* fix "no-engine" build of test fixtureFdaSilvaYY2016-02-251-1/+3
* fix warnings on 32 bit buildsDr. Stephen Henson2016-02-131-2/+2
* After auto init, check that the deprecated functions exist before usingRichard Levitte2016-02-101-13/+0
* Fix memory leak in dtlsv1listentestKurt Roeckx2016-02-061-0/+1
* Don't include sys/socket.hKurt Roeckx2016-02-061-1/+0
* Add missing static declarations in dtlsv1listentest.cViktor Dukhovni2016-02-051-11/+11
* Add tests for DTLSv1_listenMatt Caswell2016-02-051-0/+478