aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ocb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix more MSVC warningsJack Lloyd2018-10-011-2/+2
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-9/+9
* Fix some cast warnings from SonarJack Lloyd2017-10-011-5/+6
* Move ocb test data to ocb/ subdirJack Lloyd2017-09-241-3/+3
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-4/+4
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Add missing overrideJack Lloyd2017-09-201-1/+4
* Change wide block OCBJack Lloyd2017-09-151-7/+26
* Fix bugs in OCB long testJack Lloyd2017-09-111-5/+7
* Support larger block sizes in OCBJack Lloyd2017-09-101-0/+216
* Fix a couple more VC warningsJack Lloyd2017-09-101-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-10/+10
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* add missing overridesDaniel Neus2016-01-081-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-98/+80
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+5
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-5/+16
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-4/+4
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-3/+3
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-16/+14
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
* Use the OCB test specified in RFC 7253 instead of the -03 draft versionlloyd2014-11-161-72/+50
* OCB cleanup and additional testslloyd2014-11-071-2/+2
* More fixes for minified buildslloyd2014-02-091-10/+5
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+150
* Rename test sourceslloyd2014-01-071-142/+0
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+142