aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Use for loop in WPACKET_fill_lengths instead of do...whileMatt Caswell2017-01-301-4/+2
* Provide a new WPACKET function for filling in all the lengthsMatt Caswell2017-01-301-8/+33
* Various style fixes from the TLSv1.3 record changes reviewMatt Caswell2016-12-051-1/+1
* Add an ability to find out the current write location from a WPACKETMatt Caswell2016-12-051-1/+7
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-091-14/+41
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Address style feedback commentsMatt Caswell2016-09-291-1/+1
* Add the WPACKET_reserve_bytes() functionMatt Caswell2016-09-291-7/+26
* Fix a WPACKET bugMatt Caswell2016-09-261-3/+7
* Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell2016-09-221-0/+1
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-1/+1
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-141-7/+8
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-0/+11
* Fix a few style nits in the wpacket codeMatt Caswell2016-09-131-5/+6
* Remove else after a return in packet codeMatt Caswell2016-09-131-2/+2
* Pull out some common packet code into a functionMatt Caswell2016-09-131-25/+21
* Add some soft asserts where applicableMatt Caswell2016-09-131-1/+25
* Address WPACKET review commentsMatt Caswell2016-09-131-53/+27
* Simplify the overflow checks in WPACKET_allocate_bytes()Matt Caswell2016-09-131-4/+1
* Move the WPACKET documentation comments to packet_locl.hMatt Caswell2016-09-131-65/+0
* Various bug fixes and tweaks to WPACKET implementationMatt Caswell2016-09-131-16/+71
* Add WPACKET_sub_memcpy() functionMatt Caswell2016-09-131-0/+14
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-117/+111
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-45/+45
* First pass at writing a writeable packets APIMatt Caswell2016-09-131-0/+335