aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
Commit message (Expand)AuthorAgeFilesLines
* More raw pointer removalJack Lloyd2021-04-051-4/+4
* Fix BigInt::operator< when both integers are negativeJack Lloyd2021-03-051-2/+2
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-0/+10
* Forward the categories to register_testJack Lloyd2020-10-281-9/+10
* Tag all tests with a categoryJack Lloyd2020-10-281-2/+2
* Add test variable getter for u64Nuno Goncalves2019-10-141-0/+1
* Deprecate many publically available headersJack Lloyd2019-09-061-2/+1
* Add proper SRP6 testsJack Lloyd2019-04-301-1/+1
* Using preprocessor for the testsDavid Carlier2019-04-121-15/+2
* Clean up test registration a bitJack Lloyd2019-02-051-24/+21
* Add a simple Thread_Pool testJack Lloyd2019-01-311-0/+32
* Run the test suite in multiple threadsJack Lloyd2019-01-311-9/+22
* Add ability to skip a few named testsJack Lloyd2018-12-311-1/+8
* Fix more MSVC warningsJack Lloyd2018-12-041-0/+4
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-0/+1
* Add VarMap::get_opt_u64Jack Lloyd2018-11-041-0/+2
* Correct testJack Lloyd2018-11-021-0/+1
* Add VarMap::get_req_bin_listJack Lloyd2018-10-291-0/+2
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-20/+38
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-14/+18
* Move mkstemp to Test::temp_file_nameJack Lloyd2018-04-111-0/+2
* Avoid a warning when building under Clang [ci skip]Jack Lloyd2018-04-071-0/+1
* Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-071-1/+8
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-5/+5
* Add Test_Options classJack Lloyd2018-04-021-26/+70
* Add --avoid-undefined optionJack Lloyd2018-03-311-0/+3
* Add new test option --abort-on-first-failJack Lloyd2018-03-281-1/+5
* Add test for non-null pointerJack Lloyd2018-01-301-0/+9
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-301-2/+1
* Move utils for reading test data files up to Test:: from OCSPJack Lloyd2017-12-291-0/+3
* Use a simple PRNG for the testsJack Lloyd2017-10-291-9/+11
* Inline Test::run_test into only callerJack Lloyd2017-10-241-3/+1
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-1/+0
* Further header cleanupsJack Lloyd2017-09-281-11/+14
* Additional finalsJack Lloyd2017-09-221-3/+3
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Remove some using declarations in test codeJack Lloyd2017-09-221-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add basic tests for const time utilsJack Lloyd2017-09-191-0/+1
* Merge GH #1035 Support generating RSA keys with OpenSSLJack Lloyd2017-05-031-1/+1
|\
| * Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-301-1/+1
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-13/+37
|/
* Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-211-1/+1
* Run tests for a specific provider.Alexander Bluhm2017-04-211-0/+13
* Content:Tomasz Frydrych2017-04-031-2/+2
* Fix botan-test verbose modeRené Korthaus2017-02-141-1/+1
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-0/+6
* Add positive DH test vectors from NIST CAVPRené Korthaus2017-01-021-0/+1
* Improve filter testsJack Lloyd2016-12-311-1/+1
* Missing addJack Lloyd2016-12-311-0/+1