aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ccm/ccm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-2/+2
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-3/+3
* Avoid raw pointers in AEAD codeJack Lloyd2021-04-061-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* Add ccm mode to BSI policyPhilippe Lieser2019-11-211-1/+1
* Fix CCM bugJack Lloyd2019-10-131-0/+8
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-1/+1
* In EAX, CCM, OCB verify nonce is set before processingJack Lloyd2018-08-171-0/+1
* Fix error in CCM when L=8Jack Lloyd2018-07-181-5/+6
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-5/+5
* Header file cleanupsJack Lloyd2017-09-211-1/+1
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-30/+30
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-1/+8
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-011-27/+24
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-13/+13
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Correct CCM for L != 2. Bugzilla 270lloyd2014-05-161-1/+1
* Move lib into srclloyd2014-01-101-0/+266