aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_policy.h
Commit message (Expand)AuthorAgeFilesLines
* Put the implementation of Policy::dh_group in source so it's easier tolloyd2012-04-191-1/+1
* Remove Policy::choose_compression and move to tls_serverlloyd2012-04-041-14/+8
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-0/+7
* Move min_version and pref_version to the source file so they can belloyd2012-03-021-4/+2
* Go back to choosing the ciphersuite based on the server's preferences.lloyd2012-01-251-5/+7
* Hiding SRP users or not is policy. Not sure what the default should be for thislloyd2012-01-251-2/+10
* We can now actually handle multiple certificate types in the serverlloyd2012-01-241-2/+1
* Send the supported elliptic curves extension. Instead of hardcodinglloyd2012-01-241-0/+10
* Get the list of supported ECC curves out of the client hello, andlloyd2012-01-241-0/+1
* Add comments for the Policy class. Make the allowed_* calls virtual solloyd2012-01-241-16/+42
* The credentials manager interface seems a much better place for certlloyd2012-01-231-10/+1
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-4/+6
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-2/+6
* When generating a signature in TLS 1.2, respect the request of thelloyd2012-01-201-1/+1
* New policy methods. User provides lists of ciphers, hashes, etc theylloyd2012-01-201-21/+37
* Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-1/+1
* Various and sundry bug fixeslloyd2012-01-191-1/+1
* Some basic infrastructure pieces for SRP (policy, etc)lloyd2011-12-311-3/+7
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-0/+2
* Rename ssl module to tlslloyd2011-12-231-0/+63