aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_io.h
Commit message (Expand)AuthorAgeFilesLines
* Don't pass Record struct to handshake parserlloyd2013-09-061-4/+9
* Add a Record struct to combine the record contents, type, sequence #,lloyd2012-12-101-12/+4
* Changes so DTLS handshake can send messages under different epochs, eglloyd2012-11-121-8/+11
* Rename m_writer to m_send_hslloyd2012-09-041-4/+4
* Use a std::function so handshake_io only has access Record_Writer'slloyd2012-09-041-5/+8
* Working fragmentation. Initial start at flight tracking.lloyd2012-08-101-5/+8
* Hooks for DTLS fragmentationlloyd2012-08-101-0/+8
* Const arg of Handshake_IO::sendlloyd2012-08-101-3/+3
* Lame but usable DTLS defragmentationlloyd2012-08-091-1/+1
* We weren't handling DTLS handshake fragments at all. Now reject themlloyd2012-08-081-1/+2
* Clean up DTLS handshake formattinglloyd2012-08-081-0/+5
* Make Handshake_IO::format constlloyd2012-08-081-3/+3
* Fix DTLS handshake encoding. Handle multiple messages in a packet.lloyd2012-08-081-0/+4
* DTLS needs some help with ChangeCipherSpec because it is not includedlloyd2012-08-081-3/+6
* Remove Handshake_IO::have_full_record and Handshake_IO::emptylloyd2012-08-071-12/+3
* Track the sequence number and return it from the record reader. Takelloyd2012-08-071-3/+8
* Take the initial record version from the Handshake_IO instance insteadlloyd2012-08-031-0/+7
* Add preliminary IO handler for datagram handshakes. Does not fragmentlloyd2012-08-031-0/+51
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-0/+87