summaryrefslogtreecommitdiffstats
path: root/test/packettest.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 02/10Rich Salz
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-06Fix travis builds on masterAlessandro Ghedini
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-22PACKET: simplifyEmilia Kasper
2015-09-18Remove PACKET_backEmilia Kasper
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-09Fix warning about mixed declarations and code.Dr. Stephen Henson
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-06Fix clang uninitialized variable warning.Adam Eijdenberg
2015-08-06Revert "Fix uninitalised warning."Matt Caswell
2015-08-06Fix uninitalised warning.Ben Laurie
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell
2015-08-03PACKET unit testsMatt Caswell