aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_ciphersuite.h
Commit message (Expand)AuthorAgeFilesLines
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-1/+1
* remove default c'tor from TLS::CiphersuiteRené Meusel2021-10-281-11/+9
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-281-4/+5
* Remove support for TLS anonymous DH/ECDH suitesJack Lloyd2020-11-211-1/+1
* Simplification in record layerJack Lloyd2019-05-241-0/+2
* Fix various issues in TLS found using BoGoJack Lloyd2019-05-201-0/+10
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-20/+22
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Address some Coverity warningsJack Lloyd2016-10-221-7/+7
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-24/+45
|\
| * Clean up TLS ciphersuite handlingJack Lloyd2016-08-161-9/+9
| * Save the IETF ciphersute name directly in TLS::CiphersuiteJack Lloyd2016-06-091-21/+42
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-0/+5
|/
* Precompile the list of TLS ciphersuitesJack Lloyd2016-01-061-0/+2
* String comparision fixesDaniel Neus2016-01-041-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-5/+6
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-10/+14
* If the server offers us a SCSV instead of a real ciphersuite send a fatal alertlloyd2014-10-301-0/+5
* Move lib into srclloyd2014-01-101-0/+137