Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When generating a signature in TLS 1.2, respect the request of the | lloyd | 2012-01-20 | 1 | -2/+17 |
* | Instead of using a hardcoded value for signature_algothms, go with | lloyd | 2012-01-20 | 1 | -2/+13 |
* | Many fixes for TLS 1.2 though some things in particular client auth | lloyd | 2012-01-20 | 1 | -27/+27 |
* | Remove Handshake_Message::deserialize which was an unnecessary hook. | lloyd | 2012-01-19 | 1 | -45/+45 |
* | Support SSLv3 client auth on the client side. | lloyd | 2012-01-19 | 1 | -1/+1 |
* | Also fix encoding | lloyd | 2012-01-19 | 1 | -4/+5 |
* | Fix decoding of certificate request message | lloyd | 2012-01-19 | 1 | -5/+14 |
* | Clean up the ordering of constructor args to the various message types | lloyd | 2011-12-29 | 1 | -2/+2 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 1 | -2/+2 |
* | Partial bits of the server side of client auth. Incomplete. | lloyd | 2011-12-28 | 1 | -6/+11 |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 1 | -5/+5 |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+151 |