summaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2017-05-02TLS1.3 PaddingTodd Short
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Provide a new WPACKET function for filling in all the lengthsMatt 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-11-04Fix some style issues from libssl size_tify reviewMatt Caswell
2016-11-04Add some PACKET functions for size_tMatt Caswell
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-29Fix an error in packet_locl.hMatt Caswell
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell
2016-09-29Add the WPACKET_reserve_bytes() functionMatt 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-13Address WPACKET review commentsMatt 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
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte
2015-12-22Add ossl_inlineDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell
2015-10-15PACKET: fix __owurEmilia Kasper
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-22PACKET: simplifyEmilia Kasper
2015-09-18Remove PACKET_backEmilia Kasper
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper
2015-08-26PACKET: constify where possibleEmilia Kasper
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell
2015-08-03Add initial packet parsing codeMatt Caswell