aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/ECTesterReader.java
Commit message (Collapse)AuthorAgeFilesLines
* Add customizable time resolution.develJ08nY2019-03-181-64/+26
|
* Fix chunking.J08nY2019-03-141-0/+2
|
* Add better chunking support and detect it at runtime.J08nY2019-03-141-8/+13
|
* Add custom command chaining to be able to test T=0 cards.J08nY2019-03-131-1/+4
|
* Fix some keys in invalid test suite, add "random" test option.J08nY2019-03-061-17/+22
|
* Fix build.J08nY2019-02-281-5/+5
|
* Fix setting key parts in ECDH util function, fix exports of large keys.J08nY2019-02-261-8/+9
|
* Allow endless ECDSA and ECDH running, add info on test options to help.J08nY2019-02-251-11/+31
|
* 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 ↵J08nY2018-07-041-12/+16
| | | | Barreto-Naehrig curves.
* 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
| | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options.
* 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
|