aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/EC_Store.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-405/+0
|
* Bump BouncyCastle and fix resource loading.J08nY2023-01-301-1/+10
| | | | Fixes #18.
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-031-12/+6
|
* Add more ecdsa tests.J08nY2018-08-121-1/+6
|
* Add various ECDSA tests.J08nY2018-08-111-18/+44
|
* Rename and reorder tests.J08nY2018-07-031-5/+4
|
* Fix cofactor/pq/cofactor192/1 key.J08nY2018-07-031-2/+2
|
* Add composite PQ tests. Better order tests by EC_Data id.J08nY2018-06-301-0/+6
|
* Add the edge-cases test suite.J08nY2018-05-251-4/+27
|
* Add degenerate curves test suite.J08nY2018-04-281-0/+1
|
* Sort tests better in a few test suites.J08nY2018-04-251-3/+16
|
* 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