aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pbkdf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add testsJack Lloyd2018-09-101-6/+100
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-11/+11
* Add Scrypt key dervation functionJack Lloyd2018-05-161-0/+41
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* Fix a few more MSVC warningsJack Lloyd2017-08-311-1/+1
* Add a test of PGP S2K iteration encodingJack Lloyd2017-08-031-0/+53
* Add (back) OpenPGP-S2KJack Lloyd2017-05-271-2/+2
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-4/+2
* 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-5/+7
* add missing overridesDaniel Neus2016-01-081-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Avoid test failures on missing algosJack Lloyd2015-12-191-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-27/+39
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-1/+0
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+8
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+32
* Rename test sourceslloyd2014-01-071-48/+0
* Split up public key tests and data, use new test frameworklloyd2014-01-051-1/+1
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+48