aboutsummaryrefslogtreecommitdiff
path: root/ssl/record/ssl3_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Implement write pipeline support in libsslMatt Caswell1-17/+30
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx1-4/+0
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI1-2/+2
2015-05-22Fix a memory leak in compressionMatt Caswell1-0/+13
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-26Renamed record layer header filesMatt Caswell1-0/+1
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell1-1/+1
2015-03-26Provide RECORD_LAYER_set_data functionMatt Caswell1-1/+1
2015-03-26Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell1-0/+116
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell1-0/+127