Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save the peer public key in the handshake state instead of pulling it | lloyd | 2012-09-07 | 1 | -6/+4 |
| | | | | out of the cert repeatedly. | ||||
* | Pass process_handshake_msg a reference to the Handshake_State | lloyd | 2012-09-06 | 1 | -14/+14 |
| | |||||
* | 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 |