aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-261-0/+1
* Add some secp256k1 KATs and a randomized ECC test suggested inlloyd2014-10-101-0/+1
* Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.lloyd2014-03-221-0/+1
* Include build.h in tests.h so feature macro checks work consistently.lloyd2014-02-081-0/+1
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-1/+11
* Cleanupslloyd2014-01-071-2/+0
* Split up public key tests and data, use new test frameworklloyd2014-01-051-8/+17
* Make test target selectablelloyd2014-01-041-1/+1
* Make tss example a test of sortslloyd2014-01-011-5/+3
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+77