aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behaviour in PACKET_buf_initMatt Caswell2015-10-211-1/+1
* PACKET: fix __owurEmilia Kasper2015-10-151-5/+4
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-0/+13
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-081-0/+2
* Add PACKET_copy_allEmilia Kasper2015-10-051-1/+19
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-0/+7
* PACKET: simplifyEmilia Kasper2015-09-221-42/+29
* Remove PACKET_backEmilia Kasper2015-09-181-11/+0
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-19/+0
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-091-2/+54
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-261-0/+82
* PACKET: constify where possibleEmilia Kasper2015-08-261-13/+15
* Enhance PACKET readabilityMatt Caswell2015-08-131-2/+1
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-8/+8
* Add initial packet parsing codeMatt Caswell2015-08-031-0/+394