aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s_kex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the key() method on server key exchange - instead leave it tolloyd2012-01-231-11/+0
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-1/+1
* 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-31/+26
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-17/+3
* Various and sundry bug fixeslloyd2012-01-191-2/+20
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-24/+34
* Remove Handshake_Message::deserialize which was an unnecessary hook.lloyd2012-01-191-1/+1
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-58/+19
* Clean up the ordering of constructor args to the various message typeslloyd2011-12-291-4/+4
* Fixes for DSA authlloyd2011-12-281-1/+1
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-2/+3
* Initial hooks for session resumptionlloyd2011-12-231-6/+6
* Rename ssl module to tlslloyd2011-12-231-0/+180