aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/c_hello.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-7/+7
* Kill stray charlloyd2012-01-101-1/+1
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-2/+2
* The first 4 bytes of the client and server randoms are supposed to belloyd2012-01-041-2/+12
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-0/+290