summaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
AgeCommit message (Expand)Author
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-02Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte
2015-12-30SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte
2015-12-22Add ossl_inlineDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
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