aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_suites.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorder for readabilitylloyd2012-01-221-46/+48
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-15/+16
* New policy methods. User provides lists of ciphers, hashes, etc theylloyd2012-01-201-34/+38
* Convert to using a switch statement here. It's faster, and offerslloyd2012-01-201-83/+88
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-226/+54
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-7/+4
* Read only support for signature_algorithms extension used in TLS 1.2lloyd2012-01-181-43/+49
* Add a function for getting the version number of an active connection.lloyd2011-12-301-5/+5
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+38
* Compile fixlloyd2011-12-271-1/+1
* Add the code for DHE/DSS with RC4, not 'official' but the codepointlloyd2011-12-271-0/+6
* Rename ssl module to tlslloyd2011-12-231-0/+281