s_client: fix not to send a command letter of R
[openssl.git] / ssl / packet_locl.h
2018-09-11 Matt CaswellUpdate copyright year
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2017-05-02 Todd ShortTLS1.3 Padding
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellProvide a new WPACKET function for filling in all the...
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-11-04 Matt CaswellFix some style issues from libssl size_tify review
2016-11-04 Matt CaswellAdd some PACKET functions for size_t
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-29 Matt CaswellFix an error in packet_locl.h
2016-09-29 Matt CaswellFix mis-named macro in packet_locl.h
2016-09-29 Matt CaswellAdd an example of usage to the WPACKET_reserve_bytes...
2016-09-29 Matt CaswellAdd the WPACKET_reserve_bytes() function
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 CaswellAddress WPACKET review comments
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
2016-08-18 Emilia KasperIndent ssl/
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-02 Richard LevitteInstead of a local hack, implement SIZE_MAX in numbers...
2015-12-30 Richard LevitteSIZE_MAX doesn't exist everywhere, supply an alternative
2015-12-22 Dr. Stephen HensonAdd ossl_inline
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-21 Matt CaswellAvoid undefined behaviour in PACKET_buf_init
2015-10-15 Emilia KasperPACKET: fix __owur
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-05 Emilia KasperAdd PACKET_copy_all
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-22 Emilia KasperPACKET: simplify
2015-09-18 Emilia KasperRemove PACKET_back
2015-09-17 Emilia KasperRemove PACKET_(get|goto)_bookmark
2015-09-09 Emilia KasperPACKET: add PACKET_memdup and PACKET_strndup
2015-08-26 Emilia KasperPACKET: add methods for reading length-prefixed TLS...
2015-08-26 Emilia KasperPACKET: constify where possible
2015-08-13 Matt CaswellEnhance PACKET readability
2015-08-04 Matt CaswellFix a bug in the new PACKET implementation
2015-08-03 Matt CaswellAdd initial packet parsing code