aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add --test-runs option to test binaryJack Lloyd2017-03-291-5/+9
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-1/+1
* Avoid blocking tests from running if no RNG enabledJack Lloyd2017-01-221-5/+0
* Add test option --run-long-testsJack Lloyd2016-12-241-7/+9
* Better OCSP tests including online testsJack Lloyd2016-11-231-2/+4
* Add TPM and PKCS #11 to coverage buildJack Lloyd2016-10-241-8/+11
* 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