aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_session_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for client-side session resumptionlloyd2011-12-311-19/+18
|
* Better names on the session manager. Plausible client lookup support,lloyd2011-12-301-12/+20
| | | | untested though.
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+103
its own file. Rename tls_state to tls_handshake_state.