summaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
AgeCommit message (Expand)Author
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell
2015-10-15PACKET: fix __owurEmilia Kasper
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-09-22PACKET: simplifyEmilia Kasper
2015-09-18Remove PACKET_backEmilia Kasper
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper
2015-08-26PACKET: constify where possibleEmilia Kasper
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell
2015-08-03Add initial packet parsing codeMatt Caswell