aboutsummaryrefslogtreecommitdiff
path: root/test/packettest.c
AgeCommit message (Expand)AuthorFilesLines
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