Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Session deserialization | lloyd | 2011-12-27 | 3 | -6/+27 | |
* | Half of session serialization | lloyd | 2011-12-27 | 5 | -77/+181 | |
* | Clean up SessionKeys implementation | lloyd | 2011-12-27 | 2 | -108/+49 | |
* | First rev of working session resumption (server side only). Only works | lloyd | 2011-12-27 | 7 | -65/+202 | |
* | Avoid a memory leak if we were using DHE - kex_priv would get a copy | lloyd | 2011-12-27 | 2 | -23/+22 | |
* | Much smarter state transition checking: at each point in the | lloyd | 2011-12-27 | 5 | -159/+170 | |
* | Compile fix | lloyd | 2011-12-27 | 1 | -1/+1 | |
* | Add the code for DHE/DSS with RC4, not 'official' but the codepoint | lloyd | 2011-12-27 | 2 | -0/+7 | |
* | Compile fix, also save version # | lloyd | 2011-12-23 | 1 | -1/+2 | |
* | Fix crash | lloyd | 2011-12-23 | 1 | -1/+6 | |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 15 | -163/+277 | |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 7 | -483/+308 | |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 29 | -0/+4611 |