aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pubkey.h
Commit message (Collapse)AuthorAgeFilesLines
* Test PK key creation via create_private_key APIJack Lloyd2016-10-311-4/+1
|
* Add ECGDSARené Korthaus2016-04-191-0/+8
|
* Add ECDH testsJack Lloyd2016-01-031-2/+5
| | | | Only has vectors for NIST curves (data taken from NIST CAVS file)
* Add generalized KEM interfaceJack Lloyd2015-12-261-0/+16
| | | | | | Convert McEliece KEM to use it Add RSA-KEM
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
| | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43
* Update and consolidate the test framework.Jack Lloyd2015-11-111-33/+104
| | | | | | | | | | | The tests previously had used 4 to 6 different schemes internally (the vec file reader framework, Catch, the old InSiTo Boost.Test tests, the PK/BigInt tests which escaped the rewrite in 1.11.7, plus a number of one-offs). Converge on a design that works everywhere, and update all the things. Fix also a few bugs found by the test changes: SHA-512-256 name incorrect, OpenSSL RC4 name incorrect, signature of FFI function botan_pubkey_destroy was wrong.
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-6/+25
| | | | the tests and botan for everything else.
* Split up public key tests and data, use new test frameworklloyd2014-01-051-0/+22