aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_magic.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-0/+4
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-1/+2
* Code for NewSessionTicket handshake messagelloyd2012-01-031-0/+1
* Some basic infrastructure pieces for SRP (policy, etc)lloyd2011-12-311-3/+0
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-1/+4
* About half an implementation of RFC 5746lloyd2011-12-291-1/+3
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+11
* SSLv3 clients will send this as a warning if the server requests alloyd2011-12-291-0/+1
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-1/+4
* Make TLS_Session_Params a real class. Various cleanups.lloyd2011-12-281-2/+3
* Session deserializationlloyd2011-12-271-1/+1
* Much smarter state transition checking: at each point in thelloyd2011-12-271-3/+3
* Add the code for DHE/DSS with RC4, not 'official' but the codepointlloyd2011-12-271-0/+1
* Rename ssl module to tlslloyd2011-12-231-0/+192