Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the version number a proper class, makes many things much easier | lloyd | 2012-01-23 | 1 | -0/+2 |
* | Read only support for signature_algorithms extension used in TLS 1.2 | lloyd | 2012-01-18 | 1 | -0/+2 |
* | Change TLS feature macro, major API changes. Start documenting | lloyd | 2012-01-16 | 1 | -2/+2 |
* | Split hello.cpp into c_hello.cpp and s_hello.cpp | lloyd | 2012-01-04 | 1 | -8/+9 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -0/+1 |
* | Rename the session type to 'TLS_Session'. Split the manager out into | lloyd | 2011-12-30 | 1 | -4/+6 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -0/+2 |
* | Make tls_session_key.h an internal header | lloyd | 2011-12-27 | 1 | -1/+1 |
* | Half of session serialization | lloyd | 2011-12-27 | 1 | -0/+1 |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 1 | -0/+1 |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 1 | -0/+2 |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+66 |