aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/command/Command.java
Commit message (Collapse)AuthorAgeFilesLines
* Add better loading of keys to standalone.J08nY2019-02-281-46/+17
|
* Fix setting key parts in ECDH util function, fix exports of large keys.J08nY2019-02-261-3/+3
|
* Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-221-1/+1
|
* Workaround for a Java bug...J08nY2019-02-191-5/+10
|
* Use dry-run mode of applet for all commands.J08nY2018-12-171-1/+15
|
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-021-35/+33
|
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-301-0/+31
|
* Add MNT curves, cleanup misc and compression tests.J08nY2018-11-111-12/+1
|
* FIx loading of F2m field, fix some utility functions.J08nY2018-11-091-0/+9
|
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-061-0/+28
|
* Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-121-17/+17
|
* Better display results in console.J08nY2018-07-031-6/+6
|
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-2/+8
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Fix ECDSA verify command.J08nY2018-04-171-1/+1
|
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-0/+113
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-30/+30
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-77/+164
|
* Add more tests to the Wrong test suite.J08nY2018-02-041-4/+4
| | | | | | | | | | | | - Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-35/+44
|
* Fix CommandTest getDescription.J08nY2017-12-061-3/+64
|
* Split Util class into a package.J08nY2017-11-261-9/+9
|
* Separate build files for standalone and reader apps.J08nY2017-11-121-1/+1
|
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-7/+7
|
* Fix Command.prepareKey for private key.J08nY2017-10-251-1/+1
|
* Reorganize reader packages.J08nY2017-10-131-0/+592