Commit History

Author SHA1 Message Date
  Matt Caswell 67dc995eaf Move ossl_assert 7 years ago
  Matt Caswell b77f3ed171 Convert existing usage of assert() to ossl_assert() in libssl 7 years ago
  Todd Short c649d10d3f TLS1.3 Padding 7 years ago
  Matt Caswell fed60a781c Use for loop in WPACKET_fill_lengths instead of do...while 7 years ago
  Matt Caswell a2b7e65526 Provide a new WPACKET function for filling in all the lengths 7 years ago
  Matt Caswell 829754a622 Various style fixes from the TLSv1.3 record changes review 7 years ago
  Matt Caswell 3171bad66e Add an ability to find out the current write location from a WPACKET 7 years ago
  Matt Caswell 9b36b7d9bd Add support for initialising WPACKETs from a static buffer 7 years ago
  David Benjamin 609b0852e4 Remove trailing whitespace from some files. 7 years ago
  Matt Caswell ff8194774c Address style feedback comments 7 years ago
  Matt Caswell 1ff8434040 Add the WPACKET_reserve_bytes() function 7 years ago
  Matt Caswell f789b04f40 Fix a WPACKET bug 7 years ago
  Matt Caswell 4b0fc9fc7a Add warning about a potential pitfall with WPACKET_allocate_bytes() 7 years ago
  Matt Caswell 08029dfa03 Convert WPACKET_put_bytes to use convenience macros 7 years ago
  Matt Caswell 869d0a37cf Encourage use of the macros for the various "sub" functions 7 years ago
  Matt Caswell b2b3024e0e Add a WPACKET_sub_allocate_bytes() function 7 years ago
  Matt Caswell c0f9e23c6b Fix a few style nits in the wpacket code 7 years ago
  Matt Caswell df065a2b3b Remove else after a return in packet code 7 years ago
  Matt Caswell 826573559d Pull out some common packet code into a function 7 years ago
  Matt Caswell c39609aa6a Add some soft asserts where applicable 7 years ago
  Matt Caswell de451856f0 Address WPACKET review comments 7 years ago
  Matt Caswell 6ae4f5e087 Simplify the overflow checks in WPACKET_allocate_bytes() 7 years ago
  Matt Caswell 9bf85bf9c5 Move the WPACKET documentation comments to packet_locl.h 7 years ago
  Matt Caswell 871bc59bc1 Various bug fixes and tweaks to WPACKET implementation 7 years ago
  Matt Caswell fb790f1673 Add WPACKET_sub_memcpy() function 7 years ago
  Matt Caswell 0217dd19c0 Move from explicit sub-packets to implicit ones 7 years ago
  Matt Caswell ae2f7b37da Rename PACKETW to WPACKET 7 years ago
  Matt Caswell b7273855ac First pass at writing a writeable packets API 8 years ago