aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_suite_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* Save the IETF ciphersute name directly in TLS::CiphersuiteJack Lloyd2016-06-091-322/+322
* Update OCB ciphersuites to follow new nonce scheme from -04 draftJack Lloyd2016-04-041-37/+37
* Add IETF standard ChaCha20Poly1305 ciphersuites to TLSJack Lloyd2016-03-231-2/+26
* Precompile the list of TLS ciphersuitesJack Lloyd2016-01-061-292/+452
* Add TLS_PSK testsJack Lloyd2015-11-131-5/+2
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-28/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-11/+11
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-1/+37
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-1/+10
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-151/+151
* Add ECDHE_ECDSA CCM suiteslloyd2014-04-051-2/+14
* Move lib into srclloyd2014-01-101-0/+463