aboutsummaryrefslogtreecommitdiff
path: root/test/dtlsv1listentest.c
AgeCommit message (Expand)AuthorFilesLines
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-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz1-125/+55
2017-04-25Correct some badly formated preprocessor linesRichard Levitte1-1/+1
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell1-3/+3
2016-05-17Copyright consolidation 02/10Rich Salz1-53/+5
2016-03-21Fix no-sockMatt Caswell1-4/+11
2016-02-25fix "no-engine" build of test fixtureFdaSilvaYY1-1/+3
2016-02-13fix warnings on 32 bit buildsDr. Stephen Henson1-2/+2
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte1-13/+0
2016-02-06Fix memory leak in dtlsv1listentestKurt Roeckx1-0/+1
2016-02-06Don't include sys/socket.hKurt Roeckx1-1/+0
2016-02-05Add missing static declarations in dtlsv1listentest.cViktor Dukhovni1-11/+11
2016-02-05Add tests for DTLSv1_listenMatt Caswell1-0/+478