aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-37/+27
* Somewhat contorted, but fixes the issue with sending hash/sig ids withlloyd2012-01-201-10/+31
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-58/+51
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-0/+69
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-3/+15
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-5/+37
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-1/+6
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-0/+149