aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_suite_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-463/+0
* Support the normal names for CCM in TLS policy configlloyd2013-12-041-17/+17
* wget it ourselves, and include the hash of the file in the outputlloyd2013-11-281-1/+2
* Enable CCM ciphersuites in TLS. Disable SHA-1 for signatures in TLS v1.2lloyd2013-09-061-1/+49
* Rename ARC4 to RC4lloyd2013-04-191-11/+11
* Add datestamp to autogenerated tls_suite_info.cpplloyd2013-04-121-3/+2
* Add support for AEAD modes in TLS. Add GCM ciphersuites.lloyd2013-04-111-0/+96
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-101-98/+97
* Have tls_suite_info.py generate the entire source filelloyd2013-03-281-6/+6
* Add the script that generates the switch in tls_suite_info.cpplloyd2013-03-161-1/+4
* Profiling with valgrind shows that the 2**16 iteration for findinglloyd2012-06-141-97/+97
* Camellia is now split by key lengthlloyd2012-04-241-26/+26
* Add anonymous DH/ECDH ciphersuites to the cipher list. Interop checkedlloyd2012-04-021-15/+58
* Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-301-0/+274