Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the handshake hash private | lloyd | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | Make the handshake Ciphersuite only available by const reference. | lloyd | 2012-08-06 | 1 | -2/+2 |
| | | | | Derive it when the server hello is set. | ||||
* | Const Handshake_State args where possible | lloyd | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | Use unique_ptr in Server_Kex_Exchange and Extensions | lloyd | 2012-08-06 | 1 | -11/+5 |
| | |||||
* | Have all the TLS handshake messages stored in unique_ptrs with only | lloyd | 2012-08-06 | 1 | -8/+8 |
| | | | | const access after setting them. Fix some const issues. | ||||
* | Rename all the message source files to msg_ | lloyd | 2012-08-03 | 1 | -0/+294 |