Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a hook in TLS_Channel that is called when an alert is received. | lloyd | 2012-01-04 | 1 | -0/+2 |
* | Split hello.cpp into c_hello.cpp and s_hello.cpp | lloyd | 2012-01-04 | 1 | -4/+15 |
* | Make handshake completion function non-optional. Now returns a bool | lloyd | 2012-01-03 | 1 | -1/+1 |
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 1 | -12/+4 |
* | Rename the session type to 'TLS_Session'. Split the manager out into | lloyd | 2011-12-30 | 1 | -2/+2 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 1 | -0/+1 |
* | Many renegotiation fixes. Add support for the secure renegotiation | lloyd | 2011-12-30 | 1 | -0/+2 |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 1 | -0/+3 |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 1 | -31/+14 |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+76 |