summaryrefslogtreecommitdiffstats
path: root/ssl/packet.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-02TLS1.3 PaddingTodd Short
2017-01-30Use for loop in WPACKET_fill_lengths instead of do...whileMatt Caswell
2017-01-30Provide a new WPACKET function for filling in all the lengthsMatt Caswell
2016-12-05Various style fixes from the TLSv1.3 record changes reviewMatt Caswell
2016-12-05Add an ability to find out the current write location from a WPACKETMatt Caswell
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell
2016-09-26Fix a WPACKET bugMatt Caswell
2016-09-22Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
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