aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/cert_req.cpp
Commit message (Expand)AuthorAgeFilesLines
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-2/+17
* Instead of using a hardcoded value for signature_algothms, go withlloyd2012-01-201-2/+13
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-27/+27
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-45/+45
* Support SSLv3 client auth on the client side.lloyd2012-01-191-1/+1
* Also fix encodinglloyd2012-01-191-4/+5
* Fix decoding of certificate request messagelloyd2012-01-191-5/+14
* Clean up the ordering of constructor args to the various message typeslloyd2011-12-291-2/+2
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-2/+2
* Partial bits of the server side of client auth. Incomplete.lloyd2011-12-281-6/+11
* Initial hooks for session resumptionlloyd2011-12-231-5/+5
* Rename ssl module to tlslloyd2011-12-231-0/+151