Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move assert.h from internal to very public (included in types.h) | lloyd | 2013-03-13 | 1 | -1/+0 |
* | Generate the fake pre master needed if the RSA computation fails ahead | lloyd | 2012-10-02 | 1 | -4/+16 |
* | Avoid another instance of pulling the key out of the certificate | lloyd | 2012-09-07 | 1 | -7/+5 |
* | Pass process_handshake_msg a reference to the Handshake_State | lloyd | 2012-09-06 | 1 | -19/+19 |
* | Wrap lines | lloyd | 2012-08-06 | 1 | -1/+2 |
* | Move server-specific parts of the handshake state to a server subclass. | lloyd | 2012-08-06 | 1 | -6/+5 |
* | 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 |
* | Have all the TLS handshake messages stored in unique_ptrs with only | lloyd | 2012-08-06 | 1 | -12/+12 |
* | m_ namespace remaining TLS messages | lloyd | 2012-08-06 | 1 | -35/+35 |
* | Rename all the message source files to msg_ | lloyd | 2012-08-03 | 1 | -0/+410 |