| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 7 | -732/+0 |
| | | |||||
| * | Init and print EC_Key/EC_Keypair id when available. | J08nY | 2017-10-13 | 2 | -6/+14 |
| | | |||||
| * | Add class docs to EC_* classes. | J08nY | 2017-10-13 | 7 | -0/+25 |
| | | |||||
| * | Reworked invalid curve testing, added generated anomalous curves | J08nY | 2017-05-01 | 3 | -6/+43 |
| | | |||||
| * | Add id to EC_Params subclasses toString, fix EC_Params.expand | J08nY | 2017-04-19 | 6 | -28/+17 |
| | | |||||
| * | Refactor testing, add Config class, make EC_Data read bytes | J08nY | 2017-04-19 | 6 | -20/+82 |
| | | | | | | | | | | | | | - 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 it | J08nY | 2017-04-15 | 5 | -5/+133 |
| | | | | | | | | | | - 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. | J08nY | 2017-04-04 | 5 | -2/+29 |
| | | |||||
| * | Added test-vectors, and test-vector testing | J08nY | 2017-03-28 | 2 | -0/+56 |
| | | |||||
| * | Refactored EC_Params, renamed EC_Data, added first test vectors. | J08nY | 2017-03-26 | 2 | -91/+155 |
| | | |||||
| * | Reader: fixed ECDH and ECDSA output, also named curve testing | J08nY | 2017-03-09 | 1 | -0/+2 |
| | | |||||
| * | Added support for named curves (in jar). | J08nY | 2017-03-06 | 4 | -0/+334 |
| - Doesn't work well while simulating, some weird memory bug. Will investigate. - Has categories of curves, more will be added. | |||||
