aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address a couple of Coverity false positivesJack Lloyd2018-12-191-1/+0
* Remove hamming_weight functionJack Lloyd2018-12-061-5/+4
* Fix more MSVC warningsJack Lloyd2018-12-041-0/+16
* Better debugging output when a test failsJack Lloyd2018-12-021-7/+15
* Add VarMap::get_opt_u64Jack Lloyd2018-11-041-8/+23
* Correct testJack Lloyd2018-11-021-0/+14
* Add VarMap::get_req_bin_listJack Lloyd2018-10-291-2/+28
* Improve error message in tests on invalid hex inputJack Lloyd2018-05-311-3/+4
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-50/+47
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-3/+5
* Move mkstemp to Test::temp_file_nameJack Lloyd2018-04-111-0/+32
* Add Test_Options classJack Lloyd2018-04-021-78/+17
* Add --avoid-undefined optionJack Lloyd2018-03-311-0/+9
* Add new test option --abort-on-first-failJack Lloyd2018-03-281-0/+8
* Move utils for reading test data files up to Test:: from OCSPJack Lloyd2017-12-291-0/+41
* Use a simple PRNG for the testsJack Lloyd2017-10-291-10/+14
* Inline Test::run_test into only callerJack Lloyd2017-10-241-38/+0
* Restart state in Text_Based_Test after test is overJack Lloyd2017-10-061-0/+2
* Further header cleanupsJack Lloyd2017-09-281-0/+9
* Remove some using declarations in test codeJack Lloyd2017-09-221-1/+3
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Merge GH #1212 Add support for 'raw' PSS signaturesJack Lloyd2017-09-201-4/+4
|\
| * Support PSSR_RawJack Lloyd2017-09-161-4/+4
* | Add basic tests for const time utilsJack Lloyd2017-09-191-0/+5
* | Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-191-1/+4
|\ \ | |/ |/|
| * Change wide block OCBJack Lloyd2017-09-151-1/+4
* | Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-161-40/+1
|/
* Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-201-6/+13
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-191-0/+2
* Merge GH #1035 Support generating RSA keys with OpenSSLJack Lloyd2017-05-031-5/+5
|\
| * Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-301-5/+5
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-33/+103
|/
* In text-based tests clear all data if algo changesJack Lloyd2017-04-271-0/+1
* Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-211-1/+12
* Run tests for a specific provider.Alexander Bluhm2017-04-211-0/+25
* Fix botan-test verbose modeRené Korthaus2017-02-141-1/+1
* Add support for NEON in SIMD_4x32Jack Lloyd2017-01-291-0/+7
* Avoid blocking tests from running if no RNG enabledJack Lloyd2017-01-221-1/+1
* Add positive DH test vectors from NIST CAVPRené Korthaus2017-01-021-0/+21
* Improve filter testsJack Lloyd2016-12-311-1/+1
* Add more tests for random prime and DL group generationJack Lloyd2016-12-301-0/+12
* Add test option --run-long-testsJack Lloyd2016-12-241-15/+25
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-17/+5
* Fix off by one in PKCS #1 v1.5 decryption decodingJack Lloyd2016-12-081-0/+14
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+11
* Better OCSP tests including online testsJack Lloyd2016-11-231-0/+9
* Add missing try/catch blocks.Jack Lloyd2016-10-071-2/+10
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-0/+23
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+7
* Fix build on PowerPC. Fix test runs on non-x86Jack Lloyd2016-09-151-4/+1