Remodel the if sequence for handling alerts
[openssl.git] / ssl / packet.c
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-08-03 Matt CaswellMove ossl_assert
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-02 Todd ShortTLS1.3 Padding
2017-01-30 Matt CaswellUse for loop in WPACKET_fill_lengths instead of do...
2017-01-30 Matt CaswellProvide a new WPACKET function for filling in all the...
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellAdd an ability to find out the current write location...
2016-11-09 Matt CaswellAdd support for initialising WPACKETs from a static...
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-29 Matt CaswellAddress style feedback comments
2016-09-29 Matt CaswellAdd the WPACKET_reserve_bytes() function
2016-09-26 Matt CaswellFix a WPACKET bug
2016-09-22 Matt CaswellAdd warning about a potential pitfall with WPACKET_allo...
2016-09-20 Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-13 Matt CaswellEncourage use of the macros for the various "sub" functions
2016-09-13 Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13 Matt CaswellFix a few style nits in the wpacket code
2016-09-13 Matt CaswellRemove else after a return in packet code
2016-09-13 Matt CaswellPull out some common packet code into a function
2016-09-13 Matt CaswellAdd some soft asserts where applicable
2016-09-13 Matt CaswellAddress WPACKET review comments
2016-09-13 Matt CaswellSimplify the overflow checks in WPACKET_allocate_bytes()
2016-09-13 Matt CaswellMove the WPACKET documentation comments to packet_locl.h
2016-09-13 Matt CaswellVarious bug fixes and tweaks to WPACKET implementation
2016-09-13 Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13 Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13 Matt CaswellRename PACKETW to WPACKET
2016-09-13 Matt CaswellFirst pass at writing a writeable packets API