aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/EC_Store.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify test suites.J08nY2018-01-091-6/+10
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-19/+2
|
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-1/+1
|
* Init and print EC_Key/EC_Keypair id when available.J08nY2017-10-131-3/+3
|
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-011-13/+3
|
* Fix some test-vector tests, also test printingJ08nY2017-04-191-6/+17
|
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-2/+6
| | | | | | | | | | | | - The ECTester.Config class now stores and reads all CLI options - Testing with the -t / --test option was partially refactored into: - Test: Encapsulates one Command and Response pair with expected result, a real result and a callback to dynamically assign result - TestSuite: Encapsulates a bunch of tests, represents a whole category of tests either that can be run on any curve or only on some.
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-7/+47
| | | | | | | | | - curves.xml, keys.xml and results.xml's entries can now instead of file path to point to csv file, contain the csv data inline. - Moved EC_Category to reader package from data - Fixed printing of named objects - Added ECDH/C test for KA_BOTH which does ECDH and ECDHC on the applet side, compares the results and reports success/failure etc.
* Added test-vectors, and test-vector testingJ08nY2017-03-281-23/+72
|
* Added nist and brainpool test vectors, also smallpub testJ08nY2017-03-281-3/+4
|
* Added new curves, started adding default & dangerous tests.J08nY2017-03-271-1/+2
|
* Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY2017-03-261-0/+246