aboutsummaryrefslogtreecommitdiff
path: root/test/packettest.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-06Fix a bunch of gcc warnings in packettest.cBernd Edlinger1-8/+8
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-2/+2
2017-10-30[packettest] Fix misplaced parenthesesAlexDenisov1-7/+7
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-23/+23
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-05-17Fix compile error/warning in packettest.cTodd Short1-2/+2
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18Convert more testsRich Salz1-304/+261
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+5
2016-03-03Refactor ClientHello extension parsingEmilia Kasper1-1/+94
2016-02-01constify PACKETEmilia Kasper1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-0/+20
2015-10-06Fix travis builds on masterAlessandro Ghedini1-4/+4
2015-10-05Add PACKET_copy_allEmilia Kasper1-2/+21
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+16
2015-09-22PACKET: simplifyEmilia Kasper1-9/+2
2015-09-18Remove PACKET_backEmilia Kasper1-12/+5
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper1-101/+101
2015-09-09Fix warning about mixed declarations and code.Dr. Stephen Henson1-2/+3
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper1-0/+53
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper1-1/+83
2015-08-13Enhance PACKET readabilityMatt Caswell1-1/+1
2015-08-06Fix clang uninitialized variable warning.Adam Eijdenberg1-1/+0
2015-08-06Revert "Fix uninitalised warning."Matt Caswell1-1/+1
2015-08-06Fix uninitalised warning.Ben Laurie1-1/+1
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell1-24/+25
2015-08-03PACKET unit testsMatt Caswell1-0/+317