aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_ecdsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-3/+1
|
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
|
* Add --data-dir option to test commandJack Lloyd2015-12-201-102/+73
| | | | | | | Understand using '-' on the command line to mean stdin Fix last few unit tests that wanted to write to the filesystem; removes outdata directory.
* Missing test update for ECC group removal.Jack Lloyd2015-12-021-4/+0
|
* Guard these test calls with the same feature macro guarding their definition.Jack Lloyd2015-11-281-0/+2
| | | | GH #337
* Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-161-14/+14
|
* Update and consolidate the test framework.Jack Lloyd2015-11-111-311/+242
| | | | | | | | | | | 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.
* Add a test for X509_Certificate::fingerprintJack Lloyd2015-09-121-0/+1
| | | | Value checked against `openssl x509 -fingerprint` of same cert
* Remove unused pkcs8 includesSimon Warta2015-08-031-0/+1
| | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8
* Have an outdata dir for testsSimon Warta2015-07-151-6/+6
| | | | ... for peaceful development
* Fix TEST_DATA_DIRSimon Warta2015-07-151-16/+14
|
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-4/+13
| | | | Fixes #146.
* Replace method to_hex() by Botan::hex_encode() in testSimon Warta2015-06-301-8/+3
|
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-5/+5
|
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-15/+15
| | | | | | | - Remove additional newlines in CHECK_MESSAGE call - Remove redundant output of algo in aead_test() Closes #115
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-1/+1
|
* Ensure all files have copyright and license info.lloyd2015-01-101-7/+9
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-2/+2
|
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+13
|
* Remove PBES1 entirelylloyd2014-01-181-3/+1
|
* Split up public key tests and data, use new test frameworklloyd2014-01-051-0/+490