aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ccm
Commit message (Expand)AuthorAgeFilesLines
* 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 crashes when modes were used unkeyed.Jack Lloyd2018-08-051-0/+2
* Fix error in CCM when L=8Jack Lloyd2018-07-182-6/+7
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-5/+5
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4
* Header file cleanupsJack Lloyd2017-09-212-3/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-42/+42
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+1
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-1/+11
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-012-31/+26
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-2/+2
* Add final attribute to many classesJack Lloyd2016-01-101-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
* modes: Add missing overridesDaniel Seither2015-07-301-2/+2
* 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-102-2/+2
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-052-3/+3
* Correct CCM for L != 2. Bugzilla 270lloyd2014-05-161-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-1/+1
* Move lib into srclloyd2014-01-103-0/+395