aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-161-7/+26
* Avoid calling get_files_recursive on a possible non-directory.Jack Lloyd2015-11-111-1/+1
* Fix occasional test failsJack Lloyd2015-11-111-0/+4
* Update and consolidate the test framework.Jack Lloyd2015-11-111-167/+315
* Fix cert validation bugs found by x509test.Jack Lloyd2015-10-231-0/+1
* McEliece cleanupsJack Lloyd2015-09-291-0/+2
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-211-1/+66
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-021-0/+2
* Have an outdata dir for testsSimon Warta2015-07-151-0/+2
* Fix TEST_DATA_DIRSimon Warta2015-07-151-3/+3
* Improve test reportingSimon Warta2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+30
* Add tests for compression and SRP.lloyd2015-05-131-0/+3
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-121-1/+0
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-1/+3
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+1