aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | against the wrong key, causing any check to fail. Clean up the NIST X.509 path validation tests and run them by default.
* Add initializer for test mainlloyd2014-01-181-0/+3
|
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-1/+1
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-10/+81
| | | | the tests and botan for everything else.
* 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