aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/next_protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all the message source files to msg_lloyd2012-08-031-55/+0
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-3/+3
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* Move the handshake serialization code to Record_Writerlloyd2012-03-031-1/+2
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-1/+5
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-9/+9
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-0/+50