aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/msg_server_kex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Save the peer public key in the handshake state instead of pulling itlloyd2012-09-071-6/+4
* Pass process_handshake_msg a reference to the Handshake_Statelloyd2012-09-061-14/+14
* Make the handshake hash privatelloyd2012-08-061-1/+1
* Make the handshake Ciphersuite only available by const reference.lloyd2012-08-061-2/+2
* Const Handshake_State args where possiblelloyd2012-08-061-1/+1
* Use unique_ptr in Server_Kex_Exchange and Extensionslloyd2012-08-061-11/+5
* Have all the TLS handshake messages stored in unique_ptrs with onlylloyd2012-08-061-8/+8
* Rename all the message source files to msg_lloyd2012-08-031-0/+294