aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/ECTesterReader.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-2/+2
|
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-141-7/+8
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-1/+1
|
* Add Cofactor test suite.J08nY2018-03-031-2/+5
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-4/+4
|
* Allow outputing test suite results into more formats and files.J08nY2018-02-111-40/+20
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-3/+2
|
* Bump copyright years.J08nY2018-02-041-1/+2
|
* Update README, docs and test suites.J08nY2018-02-041-7/+3
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-201-0/+1
|
* Add quadratic twist tests into their own test suite.J08nY2018-01-191-2/+5
|
* Simplify test suites.J08nY2018-01-091-41/+36
|
* Remove reader scripts.J08nY2018-01-081-1/+0
|
* Fix YAML output key mis-rename.J08nY2018-01-051-1/+2
|
* Export and output keys used in ECDH in Reader.J08nY2017-12-281-2/+7
| | | | - New csv format is: index;time;pubW;privS;secret
* Hide the Cleanup command in test suites.J08nY2017-12-281-2/+2
|
* Parse KA and Sig type specified as string in cli.J08nY2017-12-281-7/+9
|
* Update README, fix cli option mismatch.J08nY2017-12-271-4/+4
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-22/+23
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-271-1/+4
|
* Extract TestWriters into common.J08nY2017-12-061-2/+1
|
* Specialize test suites in reader package to classes.J08nY2017-12-051-6/+7
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-031-0/+1
|
* Split Util class into a package.J08nY2017-11-261-5/+5
|
* Add Tree-like CLI parsing utilities.J08nY2017-11-151-3/+1
|
* Extract common CLI methods to CLITools.J08nY2017-11-141-37/+4
|
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-121-1/+1
|
* Separate build files for standalone and reader apps.J08nY2017-11-121-0/+1
|
* Introduce ECTesterStandalone.J08nY2017-11-121-0/+1
|
* Split test package into common.J08nY2017-11-101-4/+5
|
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-0/+856