aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/hmac
Commit message (Expand)AuthorAgeFilesLines
* Attempt to avoid leaking the HMAC key lengthJack Lloyd2020-06-141-12/+41
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+2
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4
* Increase HMAC key size limit to 4096 bytes.Jack Lloyd2017-11-282-5/+7
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-2/+5
* 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-8/+8
* Remove Algo_RegistryJack Lloyd2016-10-212-12/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* mac: Add missing overridesDaniel Seither2015-07-301-8/+8
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+4
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-4/+0
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-1/+12
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-182-33/+33
* Move lib into srclloyd2014-01-103-0/+155