Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DTLS: remove unused cookie field | Emilia Kasper | 2015-10-09 | 1 | -0/+20 |
* | Fix travis builds on master | Alessandro Ghedini | 2015-10-06 | 1 | -4/+4 |
* | Add PACKET_copy_all | Emilia Kasper | 2015-10-05 | 1 | -2/+21 |
* | ssl3_get_client_hello: rearrange logic | Emilia Kasper | 2015-10-05 | 1 | -0/+16 |
* | PACKET: simplify | Emilia Kasper | 2015-09-22 | 1 | -9/+2 |
* | Remove PACKET_back | Emilia Kasper | 2015-09-18 | 1 | -12/+5 |
* | Remove PACKET_(get|goto)_bookmark | Emilia Kasper | 2015-09-17 | 1 | -101/+101 |
* | Fix warning about mixed declarations and code. | Dr. Stephen Henson | 2015-09-09 | 1 | -2/+3 |
* | PACKET: add PACKET_memdup and PACKET_strndup | Emilia Kasper | 2015-09-09 | 1 | -0/+53 |
* | PACKET: add methods for reading length-prefixed TLS vectors. | Emilia Kasper | 2015-08-26 | 1 | -1/+83 |
* | Enhance PACKET readability | Matt Caswell | 2015-08-13 | 1 | -1/+1 |
* | Fix clang uninitialized variable warning. | Adam Eijdenberg | 2015-08-06 | 1 | -1/+0 |
* | Revert "Fix uninitalised warning." | Matt Caswell | 2015-08-06 | 1 | -1/+1 |
* | Fix uninitalised warning. | Ben Laurie | 2015-08-06 | 1 | -1/+1 |
* | Fix a bug in the new PACKET implementation | Matt Caswell | 2015-08-04 | 1 | -24/+25 |
* | PACKET unit tests | Matt Caswell | 2015-08-03 | 1 | -0/+317 |