summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/ECTesterReader.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version...0.3.2J08nY2019-02-221-2/+2
* Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-221-1/+1
* Add option to use preset semi-random private key in tests.J08nY2019-02-211-0/+17
* Update documentation.J08nY2018-12-211-1/+3
* Use dry-run mode of applet for all commands.J08nY2018-12-171-13/+43
* Allow fixed key in ECDH.J08nY2018-12-171-22/+46
* Add degenerate tests for curves with cofactor = 4.J08nY2018-12-101-9/+5
* Add nonce recovery and output in ECDSA utility function.J08nY2018-12-021-2/+20
* Add more output to signature command in reader app.J08nY2018-12-021-10/+42
* Bump version.0.3.1J08nY2018-11-281-2/+2
* Output duration of keygen and export as well.J08nY2018-11-181-3/+2
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-141-10/+20
* FIx loading of F2m field, fix some utility functions.J08nY2018-11-091-2/+2
* Add --info command to get and output applet info.J08nY2018-11-071-2/+22
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-061-2/+1
* Bump version.v0.3.0J08nY2018-10-151-2/+2
* Allow exporting set curve parameters to verify them.J08nY2018-08-141-10/+8
* Reformat reader package.J08nY2018-08-121-1/+0
* Add various ECDSA tests.J08nY2018-08-111-2/+6
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-1/+0
* Fix exporting default curve params.J08nY2018-07-231-7/+11
* Add option for cleanup.J08nY2018-07-221-9/+24
* Print responses in reader app better.J08nY2018-07-171-13/+10
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-051-4/+33
* Add supersingular curves, do some tests over supersingular and Barreto-Naehri...J08nY2018-07-041-12/+16
* Add git commit to version number for better versioning of tests.J08nY2018-07-031-5/+21
* Rename and reorder tests.J08nY2018-07-031-0/+1
* Add support for colored output.J08nY2018-07-021-37/+45
* Add list-suites option to both reader and standalone.J08nY2018-05-291-0/+26
* Add the edge-cases test suite.J08nY2018-05-251-2/+5
* Add compression suite to docs and comments.J08nY2018-05-021-1/+1
* Add compression test suite.J08nY2018-05-021-2/+5
* Add degenerate curves test suite.J08nY2018-04-281-2/+5
* Add ECTester version to test run output.J08nY2018-04-251-2/+2
* 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
* Hide the Cleanup command in test suites.J08nY2017-12-281-2/+2