aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_block.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+10
* Small pushes on test coverageJack Lloyd2016-10-271-0/+2
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-3/+5
* add test for BlockCipher::clear()Daniel Neus2016-07-261-0/+6
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-4/+4
* Update and consolidate the test framework.Jack Lloyd2015-11-111-63/+45
* Don't treat missing ciphers, hashes, etc as test failuresJack Lloyd2015-10-111-1/+4
* 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
* 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-8/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* More fixes for minified buildslloyd2014-02-091-4/+1
* Add ChaChalloyd2014-01-311-0/+6
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+79
* Rename test sourceslloyd2014-01-071-75/+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/+75