summaryrefslogtreecommitdiffstats
path: root/ssl/packet.c
AgeCommit message (Expand)Author
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-13Fix a few style nits in the wpacket codeMatt Caswell
2016-09-13Remove else after a return in packet codeMatt Caswell
2016-09-13Pull out some common packet code into a functionMatt Caswell
2016-09-13Add some soft asserts where applicableMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Simplify the overflow checks in WPACKET_allocate_bytes()Matt Caswell
2016-09-13Move the WPACKET documentation comments to packet_locl.hMatt Caswell
2016-09-13Various bug fixes and tweaks to WPACKET implementationMatt Caswell
2016-09-13Add WPACKET_sub_memcpy() functionMatt Caswell
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell
2016-09-13Rename PACKETW to WPACKETMatt Caswell
2016-09-13First pass at writing a writeable packets APIMatt Caswell