aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test option --run-long-testsJack Lloyd2016-12-241-5/+10
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-10/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+2
* Fix off by one in PKCS #1 v1.5 decryption decodingJack Lloyd2016-12-081-0/+2
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-0/+2
* Better OCSP tests including online testsJack Lloyd2016-11-231-1/+3
* This range check was in the wrong directionJack Lloyd2016-11-171-1/+1
* Fix TLS corruption tests.Jack Lloyd2016-11-151-4/+7
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-0/+3
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+2
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-0/+3
* fix minimized build when pkcs11 module enabledDaniel Neus2016-08-201-0/+2
* add OctetString unit testsDaniel Neus2016-07-201-0/+5
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-1/+1
* add PKCS#11 supportDaniel Neus2016-06-171-2/+37
* Add more tests for ffiRené Korthaus2016-03-251-0/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-171-0/+7
* Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-1/+2
* Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-1/+0
* Add missing try/catch in signature verification test.Jack Lloyd2015-12-211-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-3/+7
* If skipping a test due to diabled algo, only print if in verbose mode.Jack Lloyd2015-12-191-1/+1
* CLI rewriteJack Lloyd2015-12-191-6/+15
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-0/+6
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-28/+24
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+8