aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-5/+27
* Make TLS_Session_Params a real class. Various cleanups.lloyd2011-12-281-14/+32
* Partial bits of the server side of client auth. Incomplete.lloyd2011-12-281-15/+35
* Make tls_session_key.h an internal headerlloyd2011-12-271-0/+1
* Actually send the right info in a resumed session server hellolloyd2011-12-271-7/+4
* Force resumed session to use previous ciphersuite, etclloyd2011-12-271-22/+30
* Half of session serializationlloyd2011-12-271-13/+23
* First rev of working session resumption (server side only). Only workslloyd2011-12-271-25/+75
* Avoid a memory leak if we were using DHE - kex_priv would get a copylloyd2011-12-271-20/+20
* Much smarter state transition checking: at each point in thelloyd2011-12-271-63/+22
* Initial hooks for session resumptionlloyd2011-12-231-36/+56
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-226/+9
* Rename ssl module to tlslloyd2011-12-231-0/+494