aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/msg_finished.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-104/+0
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-101-1/+1
* Pass process_handshake_msg a reference to the Handshake_Statelloyd2012-09-061-10/+10
* Make the handshake hash privatelloyd2012-08-061-3/+3
* Make handshake session keys private with get/setlloyd2012-08-061-2/+2
* Make the handshake Ciphersuite only available by const reference.lloyd2012-08-061-1/+1
* Const Handshake_State args where possiblelloyd2012-08-061-2/+2
* Have all the TLS handshake messages stored in unique_ptrs with onlylloyd2012-08-061-1/+1
* m_ namespace remaining TLS messageslloyd2012-08-061-4/+4
* Rename all the message source files to msg_lloyd2012-08-031-0/+104