aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_ciphersuite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-11/+39
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Fix bad deref when ciphersuite value is larger than largest known idJack Lloyd2016-12-051-1/+1
* Simplify TLS::Ciphersuite::cbc_ciphersuiteJack Lloyd2016-11-251-3/+1
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-0/+6
* Make TLS CBC optionalJack Lloyd2016-10-081-0/+5
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-134/+15
|\
| * Clean up TLS ciphersuite handlingJack Lloyd2016-08-161-33/+15
| * Save the IETF ciphersute name directly in TLS::CiphersuiteJack Lloyd2016-06-091-101/+0
* | Address some issues with PR 492Jack Lloyd2016-08-131-2/+3
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-0/+6
|/
* 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