summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/ec/EC_Key.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-83/+0
|
* Init and print EC_Key/EC_Keypair id when available.J08nY2017-10-131-6/+9
|
* Add class docs to EC_* classes.J08nY2017-10-131-0/+8
|
* Add id to EC_Params subclasses toString, fix EC_Params.expandJ08nY2017-04-191-1/+1
|
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-0/+10
| | | | | | | | | | | | - 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-2/+2
| | | | | | | | | - 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.
* Some docs, allow EC_* objects to print themselves.J08nY2017-04-041-0/+9
|
* Added support for named curves (in jar).J08nY2017-03-061-0/+53
- Doesn't work well while simulating, some weird memory bug. Will investigate. - Has categories of curves, more will be added.