aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/packet_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+5
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+63
* constify PACKETEmilia Kasper2016-02-011-10/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Instead of a local hack, implement SIZE_MAX in numbers.h if it's missingRichard Levitte2016-01-021-5/+2
* SIZE_MAX doesn't exist everywhere, supply an alternativeRichard Levitte2015-12-301-0/+5
* Add ossl_inlineDr. Stephen Henson2015-12-221-95/+115
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+2
* 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