aboutsummaryrefslogtreecommitdiff
path: root/ssl/packet_locl.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-8/+0
2017-05-02TLS1.3 PaddingTodd Short1-0/+3
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell1-3/+3
2017-01-30Provide a new WPACKET function for filling in all the lengthsMatt Caswell1-0/+9
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-0/+10
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell1-8/+4
2016-11-04Add some PACKET functions for size_tMatt Caswell1-0/+52
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-09-29Fix an error in packet_locl.hMatt Caswell1-1/+1
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell1-2/+2
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell1-0/+10
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell1-1/+29
2016-09-22Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell1-1/+4
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell1-2/+16
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell1-21/+24
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell1-0/+31
2016-09-13Address WPACKET review commentsMatt Caswell1-20/+25
2016-09-13Move the WPACKET documentation comments to packet_locl.hMatt Caswell1-4/+87
2016-09-13Various bug fixes and tweaks to WPACKET implementationMatt Caswell1-2/+2
2016-09-13Add WPACKET_sub_memcpy() functionMatt Caswell1-0/+2
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell1-32/+28
2016-09-13Rename PACKETW to WPACKETMatt Caswell1-27/+27
2016-09-13First pass at writing a writeable packets APIMatt Caswell1-0/+76
2016-08-18Indent ssl/Emilia Kasper1-38/+34
2016-05-17Copyright consolidation 01/10Rich Salz1-53/+5
2016-03-03Refactor ClientHello extension parsingEmilia Kasper1-0/+63
2016-02-01constify PACKETEmilia Kasper1-10/+9
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte1-5/+2
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte1-0/+5
2015-12-22Add ossl_inlineDr. Stephen Henson1-95/+115
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+2
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell1-1/+1
2015-10-15PACKET: fix __owurEmilia Kasper1-5/+4
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-0/+13
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper1-0/+2
2015-10-05Add PACKET_copy_allEmilia Kasper1-1/+19
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+7
2015-09-22PACKET: simplifyEmilia Kasper1-42/+29
2015-09-18Remove PACKET_backEmilia Kasper1-11/+0
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper1-19/+0
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper1-2/+54
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper1-0/+82
2015-08-26PACKET: constify where possibleEmilia Kasper1-13/+15
2015-08-13Enhance PACKET readabilityMatt Caswell1-2/+1
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell1-8/+8
2015-08-03Add initial packet parsing codeMatt Caswell1-0/+394