Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split hello.cpp into c_hello.cpp and s_hello.cpp | lloyd | 2012-01-04 | 1 | -2/+0 |
| | | | | | | Add support for NPN on the server side. Server is initialized with the list of protocols it wants to offer, once the handshake completes the client requested protocol is available via a getter. | ||||
* | Add support for client-side session resumption | lloyd | 2011-12-31 | 1 | -3/+5 |
| | |||||
* | Better names on the session manager. Plausible client lookup support, | lloyd | 2011-12-30 | 1 | -10/+36 |
| | | | | untested though. | ||||
* | Rename the session type to 'TLS_Session'. Split the manager out into | lloyd | 2011-12-30 | 1 | -0/+66 |
its own file. Rename tls_state to tls_handshake_state. |