aboutsummaryrefslogtreecommitdiff
path: root/ssl/packet.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-424/+0
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-4/+7
2017-08-03Move ossl_assertMatt Caswell1-1/+1
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell1-22/+11
2017-05-02TLS1.3 PaddingTodd Short1-0/+15
2017-01-30Use for loop in WPACKET_fill_lengths instead of do...whileMatt Caswell1-4/+2
2017-01-30Provide a new WPACKET function for filling in all the lengthsMatt Caswell1-8/+33
2016-12-05Various style fixes from the TLSv1.3 record changes reviewMatt Caswell1-1/+1
2016-12-05Add an ability to find out the current write location from a WPACKETMatt Caswell1-1/+7
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell1-14/+41
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-09-29Address style feedback commentsMatt Caswell1-1/+1
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell1-7/+26
2016-09-26Fix a WPACKET bugMatt Caswell1-3/+7
2016-09-22Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell1-0/+1
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell1-1/+1
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell1-7/+8
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell1-0/+11
2016-09-13Fix a few style nits in the wpacket codeMatt Caswell1-5/+6
2016-09-13Remove else after a return in packet codeMatt Caswell1-2/+2
2016-09-13Pull out some common packet code into a functionMatt Caswell1-25/+21
2016-09-13Add some soft asserts where applicableMatt Caswell1-1/+25
2016-09-13Address WPACKET review commentsMatt Caswell1-53/+27
2016-09-13Simplify the overflow checks in WPACKET_allocate_bytes()Matt Caswell1-4/+1
2016-09-13Move the WPACKET documentation comments to packet_locl.hMatt Caswell1-65/+0
2016-09-13Various bug fixes and tweaks to WPACKET implementationMatt Caswell1-16/+71
2016-09-13Add WPACKET_sub_memcpy() functionMatt Caswell1-0/+14
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell1-117/+111
2016-09-13Rename PACKETW to WPACKETMatt Caswell1-45/+45
2016-09-13First pass at writing a writeable packets APIMatt Caswell1-0/+335