aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/cert_req.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all the message source files to msg_lloyd2012-08-031-234/+0
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-5/+5
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-3/+3
* Changes to version handling in support of DTLS work.lloyd2012-07-121-2/+2
* Split TLS::Policy::allowed_hashes into allowed_signature_hashes andlloyd2012-06-291-1/+1
* A fix for bug 192. First, when renegotiating in the client, attempt tolloyd2012-06-091-7/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-11/+11
* The encoding of Certificate Request messages was wrong, each DERlloyd2012-04-161-4/+6
* Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-19/+16
* Move the handshake serialization code to Record_Writerlloyd2012-03-031-2/+3
* Remove Certificate_Type enumlloyd2012-01-241-3/+50
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-6/+4
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-3/+7
* 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