aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/command/Command.java
Commit message (Collapse)AuthorAgeFilesLines
* 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