summaryrefslogtreecommitdiffstats
path: root/ssl/record (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move s->s3->wbuf to s->rlayer->wbufMatt Caswell2015-03-261-1/+3
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-261-0/+1
* Move s->s3->rrec into s->rlayerMatt Caswell2015-03-261-1/+5
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-263-0/+263
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-261-0/+121