aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_client.h
Commit message (Expand)AuthorAgeFilesLines
* Add a bool param to renegotiate on if we should force a fulllloyd2012-04-181-1/+2
* Indentationlloyd2012-02-271-9/+9
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-2/+2
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-1/+1
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-7/+11
* Add a hook in TLS_Channel that is called when an alert is received.lloyd2012-01-041-0/+2
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-1/+11
* Make handshake completion function non-optional. Now returns a boollloyd2012-01-031-1/+1
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-12/+5
* Some basic infrastructure pieces for SRP (policy, etc)lloyd2011-12-311-2/+4
* Add support for client-side session resumptionlloyd2011-12-311-1/+1
* 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-0/+2
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-0/+2
* About half an implementation of RFC 5746lloyd2011-12-291-0/+7
* Add support for sending server name indicator in client hellolloyd2011-12-291-1/+3
* Partial bits of the server side of client auth. Incomplete.lloyd2011-12-281-1/+5
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-44/+2
* Rename ssl module to tlslloyd2011-12-231-0/+87