aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-3/+3
* Provide a new WPACKET function for filling in all the lengthsMatt Caswell2017-01-301-0/+9
* Add an ability to find out the current write location from a WPACKETMatt Caswell2016-12-051-1/+7
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-091-0/+10
* Fix some style issues from libssl size_tify reviewMatt Caswell2016-11-041-8/+4
* Add some PACKET functions for size_tMatt Caswell2016-11-041-0/+52
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Fix an error in packet_locl.hMatt Caswell2016-09-291-1/+1
* Fix mis-named macro in packet_locl.hMatt Caswell2016-09-291-2/+2
* Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell2016-09-291-0/+10
* Add the WPACKET_reserve_bytes() functionMatt Caswell2016-09-291-1/+29
* Add warning about a potential pitfall with WPACKET_allocate_bytes()Matt Caswell2016-09-221-1/+4
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-2/+16
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-141-21/+24
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-0/+31
* Address WPACKET review commentsMatt Caswell2016-09-131-20/+25
* Move the WPACKET documentation comments to packet_locl.hMatt Caswell2016-09-131-4/+87
* Various bug fixes and tweaks to WPACKET implementationMatt Caswell2016-09-131-2/+2
* Add WPACKET_sub_memcpy() functionMatt Caswell2016-09-131-0/+2
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-32/+28
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-27/+27
* First pass at writing a writeable packets APIMatt Caswell2016-09-131-0/+76
* Indent ssl/Emilia Kasper2016-08-181-38/+34
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+5
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+63
* constify PACKETEmilia Kasper2016-02-011-10/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-021-5/+2
* SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte2015-12-301-0/+5
* Add ossl_inlineDr. Stephen Henson2015-12-221-95/+115
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+2
* Avoid undefined behaviour in PACKET_buf_initMatt Caswell2015-10-211-1/+1
* PACKET: fix __owurEmilia Kasper2015-10-151-5/+4
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-0/+13
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-081-0/+2
* Add PACKET_copy_allEmilia Kasper2015-10-051-1/+19
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-0/+7
* PACKET: simplifyEmilia Kasper2015-09-221-42/+29
* Remove PACKET_backEmilia Kasper2015-09-181-11/+0
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-19/+0
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-091-2/+54
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-261-0/+82
* PACKET: constify where possibleEmilia Kasper2015-08-261-13/+15
* Enhance PACKET readabilityMatt Caswell2015-08-131-2/+1
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-8/+8
* Add initial packet parsing codeMatt Caswell2015-08-031-0/+394