summaryrefslogtreecommitdiffstats
path: root/test/dtlsv1listentest.c
AgeCommit message (Expand)Author
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-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz
2017-04-25Correct some badly formated preprocessor linesRichard Levitte
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell
2016-05-17Copyright consolidation 02/10Rich Salz
2016-03-21Fix no-sockMatt Caswell
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte
2016-02-06Fix memory leak in dtlsv1listentestKurt Roeckx
2016-02-06Don't include sys/socket.hKurt Roeckx
2016-02-05Add missing static declarations in dtlsv1listentest.cViktor Dukhovni
2016-02-05Add tests for DTLSv1_listenMatt Caswell