aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/cert_ver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-4/+4
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-2/+6
* Somewhat contorted, but fixes the issue with sending hash/sig ids withlloyd2012-01-201-1/+1
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-15/+4
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-20/+27
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-2/+8
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-9/+9
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-59/+21
* Fix RSA client cert verification for SSLv3lloyd2012-01-191-3/+14
* Support SSLv3 client auth on the client side.lloyd2012-01-191-3/+21
* Clean up the ordering of constructor args to the various message typeslloyd2011-12-291-2/+2
* Cleanerlloyd2011-12-281-1/+1
* Fixes for DSA authlloyd2011-12-281-7/+10
* Additional bits for SSLv3 client authlloyd2011-12-281-3/+21
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-4/+4
* Initial hooks for session resumptionlloyd2011-12-231-2/+2
* Rename ssl module to tlslloyd2011-12-231-0/+98