aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for client-side session resumptionlloyd2011-12-311-27/+116
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-2/+2
* Add a function for getting the version number of an active connection.lloyd2011-12-301-5/+6
* Prevent ping-ponging of close alerts by tracking both if a handshakelloyd2011-12-301-1/+1
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-4/+0
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-14/+56
* About half an implementation of RFC 5746lloyd2011-12-291-4/+7
* Add support for sending server name indicator in client hellolloyd2011-12-291-6/+14
* Clean up the ordering of constructor args to the various message typeslloyd2011-12-291-11/+11
* Don't buffer in the record writer at all - we immediately process andlloyd2011-12-281-1/+0
* Save peer certs in session info. Use helper function for handshakelloyd2011-12-281-7/+1
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-2/+0
* Partial bits of the server side of client auth. Incomplete.lloyd2011-12-281-1/+3
* Make tls_session_key.h an internal headerlloyd2011-12-271-0/+1
* First rev of working session resumption (server side only). Only workslloyd2011-12-271-0/+2
* Much smarter state transition checking: at each point in thelloyd2011-12-271-85/+35
* Initial hooks for session resumptionlloyd2011-12-231-1/+1
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-182/+8
* Rename ssl module to tlslloyd2011-12-231-0/+499