aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_ciphersuite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Save the IETF ciphersute name directly in TLS::CiphersuiteJack Lloyd2016-06-091-101/+0
* Precompile the list of TLS ciphersuitesJack Lloyd2016-01-061-2/+4
* Missing addsJack Lloyd2015-12-111-1/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-7/+3
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-6/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-9/+30
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-2/+8
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-14/+27
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-4/+6
* If the server offers us a SCSV instead of a real ciphersuite send a fatal alertlloyd2014-10-301-0/+6
* Move lib into srclloyd2014-01-101-0/+236