aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+10
* Prevent ping-ponging of close alerts by tracking both if a handshakelloyd2011-12-301-13/+20
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-5/+40
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-2/+46
* About half an implementation of RFC 5746lloyd2011-12-291-1/+2
* Don't buffer in the record writer at all - we immediately process andlloyd2011-12-281-2/+0
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-8/+16
* We wouldn't send an alert before handshaking was complete becauselloyd2011-12-281-7/+4
* First rev of working session resumption (server side only). Only workslloyd2011-12-271-1/+7
* Initial hooks for session resumptionlloyd2011-12-231-5/+3
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-0/+188