aboutsummaryrefslogtreecommitdiffstats
path: root/test/packettest.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 02/10Rich Salz2016-05-171-54/+5
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-1/+94
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-0/+20
* Fix travis builds on masterAlessandro Ghedini2015-10-061-4/+4
* Add PACKET_copy_allEmilia Kasper2015-10-051-2/+21
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-0/+16
* PACKET: simplifyEmilia Kasper2015-09-221-9/+2
* Remove PACKET_backEmilia Kasper2015-09-181-12/+5
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-101/+101
* Fix warning about mixed declarations and code.Dr. Stephen Henson2015-09-091-2/+3
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-091-0/+53
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-261-1/+83
* Enhance PACKET readabilityMatt Caswell2015-08-131-1/+1
* Fix clang uninitialized variable warning.Adam Eijdenberg2015-08-061-1/+0
* Revert "Fix uninitalised warning."Matt Caswell2015-08-061-1/+1
* Fix uninitalised warning.Ben Laurie2015-08-061-1/+1
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-24/+25
* PACKET unit testsMatt Caswell2015-08-031-0/+317