aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_record.h
Commit message (Expand)AuthorAgeFilesLines
* In the reader preallocate the buffer that we'll store the computed MAClloyd2012-01-061-1/+2
* Remove the version getter in TLS_Channel - caller should use thelloyd2012-01-061-8/+4
* Make record reading faster (less copying, no queue at all), at thelloyd2012-01-051-11/+24
* If the maximum fragment extension was negotiated, enforce it. Alsolloyd2012-01-051-1/+3
* Less buffer movement in the record readerlloyd2012-01-041-10/+11
* Have Record_Writer use a single persistent buffer for outboundlloyd2012-01-041-1/+3
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-2/+0
* Add a function for getting the version number of an active connection.lloyd2011-12-301-2/+6
* Add support for the maximum fragment length extension. No hooks for itlloyd2011-12-301-9/+10
* Don't buffer in the record writer at all - we immediately process andlloyd2011-12-281-8/+4
* Optimization/work on future optimization for the record writer;lloyd2011-12-281-3/+2
* Make tls_session_key.h an internal headerlloyd2011-12-271-4/+7
* Rename ssl module to tlslloyd2011-12-231-0/+119