aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-4/+4
* Fix copy paste errorJack Lloyd2018-01-301-1/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+35
* GMAC test fixesJack Lloyd2017-10-181-1/+1
* Optimize GCMJack Lloyd2017-10-131-0/+2
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-5/+5
* Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-211-1/+6
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+1
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+8
* Add MAC::start_msg, update GMACJack Lloyd2016-10-281-33/+6
* Implements GMAC with GHASH.Matthias Gierlings2016-10-281-0/+30
* Added implementation for GMACMatthias Gierlings2016-10-271-8/+14
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-3/+6
* fix SipHash::clear() and MAC test improvementsDaniel Neus2016-07-201-1/+19
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-70/+48
* Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+8
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-4/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-9/+5
* Add SipHashlloyd2015-01-111-4/+24
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Add ChaChalloyd2014-01-311-0/+6
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+67
* Rename test sourceslloyd2014-01-071-62/+0
* Split up public key tests and data, use new test frameworklloyd2014-01-051-7/+7
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+62