aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing try/catch blocks.Jack Lloyd2016-10-071-7/+22
* Add try/catch block at top-level test runnerJack Lloyd2016-09-161-3/+17
* RNG changes (GH #593)Jack Lloyd2016-08-241-5/+19
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-2/+3
* add PKCS#11 supportDaniel Neus2016-06-171-2/+26
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-2/+2
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-2/+4
* Add missing try/catch in signature verification test.Jack Lloyd2015-12-211-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-71/+61
* If skipping a test due to diabled algo, only print if in verbose mode.Jack Lloyd2015-12-191-30/+32
* CLI rewriteJack Lloyd2015-12-191-119/+148
* Fix for minimized buildsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Enhance tests main readabilitySimon Warta2015-11-231-0/+249