aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/msg_server_kex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the handshake hash privatelloyd2012-08-061-1/+1
|
* Make the handshake Ciphersuite only available by const reference.lloyd2012-08-061-2/+2
| | | | Derive it when the server hello is set.
* 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
| | | | const access after setting them. Fix some const issues.
* Rename all the message source files to msg_lloyd2012-08-031-0/+294