aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* In threaded mode tests, disable mlock pool unless requestedJack Lloyd2019-08-211-0/+11
* Default to running the tests in threaded modeJack Lloyd2019-08-171-10/+1
* Using preprocessor for the testsDavid Carlier2019-04-121-2/+1
* Run the test suite in multiple threadsJack Lloyd2019-01-311-1/+11
* Add ability to skip a few named testsJack Lloyd2018-12-311-1/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-031-1/+11
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-0/+1
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-2/+2
* Add Test_Options classJack Lloyd2018-04-021-18/+14
* Add --avoid-undefined optionJack Lloyd2018-03-311-3/+6
* Add new test option --abort-on-first-failJack Lloyd2018-03-281-2/+3
* Fix botan-test --helpJack Lloyd2017-10-241-3/+48
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-411/+28
* Work around some MSVC 2013 sillynessJack Lloyd2017-09-291-1/+3
* Avoid using std::rand in test codeJack Lloyd2017-09-291-2/+4
* Further header cleanupsJack Lloyd2017-09-281-1/+0
* Fix for threadless buildsJack Lloyd2017-09-251-0/+5
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-8/+10
* Refactor how test RNG is createdJack Lloyd2017-09-241-81/+82
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* Output errors to cerrJack Lloyd2017-09-021-4/+4
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-2/+15
* Add a bogus fallback RNG for the testsJack Lloyd2017-05-211-0/+37
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-23/+34
* Show OpenSSL error messages if test fails.Alexander Bluhm2017-04-281-0/+10
* Run tests for a specific provider.Alexander Bluhm2017-04-211-2/+10
* Merge GH #960 Check name of test suite.Jack Lloyd2017-04-021-0/+11
|\
| * Check name of test suite.Alexander Bluhm2017-03-311-0/+11
* | Print test name before running test.Alexander Bluhm2017-03-311-0/+1
|/
* 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