aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split hello.cpp into c_hello.cpp and s_hello.cpplloyd2012-01-041-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 resumptionlloyd2011-12-311-3/+5
|
* Better names on the session manager. Plausible client lookup support,lloyd2011-12-301-10/+36
| | | | untested though.
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+66
its own file. Rename tls_state to tls_handshake_state.