aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_passhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-5/+5
* Add passhash9 tests for edge casesJack Lloyd2017-12-281-1/+18
* Move passhash9 and bcrypt tests to passhash/ subdirJack Lloyd2017-09-241-2/+2
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* Fix a couple more VC warningsJack Lloyd2017-09-101-2/+2
* Fix a few more MSVC warningsJack Lloyd2017-08-311-3/+3
* Add is_passhash9_alg_supported()René Korthaus2017-08-191-24/+21
* Add guards for MAC and hash algo used in passhash9 testsRené Korthaus2017-08-181-1/+16
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-2/+2
* Add missing override annotationJack Lloyd2017-03-291-1/+1
* Avoid long tests for each bcrypt passwordJack Lloyd2017-03-241-2/+22
* Fix incorrect password truncation in bcrypt password hashing.Jack Lloyd2017-03-241-2/+2
* Travis did not like these long testsJack Lloyd2016-12-251-2/+2
* Add test option --run-long-testsJack Lloyd2016-12-241-2/+2
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Add --data-dir option to test commandJack Lloyd2015-12-201-2/+2
* Fix indent in test_passhashSimon Warta2015-12-081-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-67/+72
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-5/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+6
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-3/+3
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+94
* Rename test sourceslloyd2014-01-071-94/+0
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+94