aboutsummaryrefslogtreecommitdiff
path: root/ssl/packet_locl.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell1-1/+1
2015-10-15PACKET: fix __owurEmilia Kasper1-5/+4
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-0/+13
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper1-0/+2
2015-10-05Add PACKET_copy_allEmilia Kasper1-1/+19
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+7
2015-09-22PACKET: simplifyEmilia Kasper1-42/+29
2015-09-18Remove PACKET_backEmilia Kasper1-11/+0
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper1-19/+0
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper1-2/+54
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper1-0/+82
2015-08-26PACKET: constify where possibleEmilia Kasper1-13/+15
2015-08-13Enhance PACKET readabilityMatt Caswell1-2/+1
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell1-8/+8
2015-08-03Add initial packet parsing codeMatt Caswell1-0/+394