aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls
Commit message (Expand)AuthorAgeFilesLines
...
* Session deserializationlloyd2011-12-273-6/+27
* Half of session serializationlloyd2011-12-275-77/+181
* Clean up SessionKeys implementationlloyd2011-12-272-108/+49
* First rev of working session resumption (server side only). Only workslloyd2011-12-277-65/+202
* Avoid a memory leak if we were using DHE - kex_priv would get a copylloyd2011-12-272-23/+22
* Much smarter state transition checking: at each point in thelloyd2011-12-275-159/+170
* Compile fixlloyd2011-12-271-1/+1
* Add the code for DHE/DSS with RC4, not 'official' but the codepointlloyd2011-12-272-0/+7
* Compile fix, also save version #lloyd2011-12-231-1/+2
* Fix crashlloyd2011-12-231-1/+6
* Initial hooks for session resumptionlloyd2011-12-2315-163/+277
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-237-483/+308
* Rename ssl module to tlslloyd2011-12-2329-0/+4611