aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update and consolidate the test framework.Jack Lloyd2015-11-111-241/+643
* Fix cert validation bugs found by x509test.Jack Lloyd2015-10-231-2/+3
* McEliece cleanupsJack Lloyd2015-09-291-0/+2
* Add power analysis countermeasures for ECC point multiplications.Jack Lloyd2015-08-211-0/+1
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-021-0/+1
* Refactor internal/filesystem.hSimon Warta2015-07-161-6/+15
* Add initial catchy test: base64Simon Warta2015-07-151-0/+19
* Check if there are test vector files in a given test dirSimon Warta2015-07-151-2/+8
* Improve test reportingSimon Warta2015-07-151-6/+8
* Add seperator above test summarySimon Warta2015-07-031-0/+1
* Add missing test report for TSS testsSimon Warta2015-06-251-0/+1
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-10/+10
* Add tests for compression and SRP.lloyd2015-05-131-0/+2
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-24/+4
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-1/+0
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-3/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-0/+16
* 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
* Add HMAC_DRBGlloyd2014-03-211-2/+2
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-081-1/+2
* Add initializer for test mainlloyd2014-01-181-0/+3
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-1/+1
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-10/+81
* Split up public key tests and data, use new test frameworklloyd2014-01-051-10/+22
* Make test target selectablelloyd2014-01-041-38/+41
* Make tss example a test of sortslloyd2014-01-011-0/+1
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+190