aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_ciphersuite.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-137/+0
* Change TLS::Ciphersuite constructor to be non-inline and to takelloyd2013-04-191-17/+6
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-101-9/+33
* Doxygen commentslloyd2012-07-061-1/+44
* Profiling with valgrind shows that the 2**16 iteration for findinglloyd2012-06-141-1/+9
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-0/+3
* Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-301-1/+12
* Support getting ciphersuites by name as well as suite IDlloyd2012-01-281-1/+3
* Convenience methodlloyd2012-01-251-0/+2
* s/tls_suites/tls_ciphersuite/lloyd2012-01-241-0/+55