aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-15/+98
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+1
* fix minimized build when pkcs11 module enabledDaniel Neus2016-08-201-0/+12
* add OctetString unit testsDaniel Neus2016-07-201-0/+17
* add PKCS#11 supportDaniel Neus2016-06-171-28/+9
* Add more tests for ffiRené Korthaus2016-03-251-0/+14
* String comparision fixesDaniel Neus2016-01-041-2/+2
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-3/+3
* Add missing try/catch in signature verification test.Jack Lloyd2015-12-211-6/+10
* Add --data-dir option to test commandJack Lloyd2015-12-201-26/+23
* If skipping a test due to diabled algo, only print if in verbose mode.Jack Lloyd2015-12-191-1/+5
* CLI rewriteJack Lloyd2015-12-191-18/+6
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-14/+14
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-32/+21
* Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-161-2/+15
* Add TLS_PSK testsJack Lloyd2015-11-131-2/+2
* Avoid calling get_files_recursive on a possible non-directory.Jack Lloyd2015-11-111-8/+9
* Fix occasional test failsJack Lloyd2015-11-111-0/+17