aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/response/Response.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-526/+0
|
* Fix chunking.J08nY2019-03-141-1/+2
|
* Add better loading of keys to standalone.J08nY2019-02-281-0/+8
|
* Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-221-5/+5
|
* Add dry run mode to enable precise time measurement via overhead subtraction.J08nY2018-11-301-0/+12
|
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-141-0/+28
|
* Fix long response APDU handling and exported params handling.J08nY2018-11-141-1/+1
|
* Add --info command to get and output applet info.J08nY2018-11-071-1/+6
|
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-061-0/+45
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-7/+7
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-166/+28
|
* Add more tests to the Wrong test suite.J08nY2018-02-041-2/+2
| | | | | | | | | | | | - 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-30/+29
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-031-1/+4
|
* Split Util class into a package.J08nY2017-11-261-7/+8
|
* 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-1/+0
|
* Introduce Result.Value.ERROR.J08nY2017-11-051-2/+2
| | | | | - Value.ERROR is used when response.error() is true. - Value.ERROR is NOK.
* Introduce Response.error variable.J08nY2017-11-051-3/+14
| | | | | | - Useful to discern a response containing failing SWs created by ECTester applet, or a response created by the card when ECTester execution failed.
* Specify Response.support string better.J08nY2017-10-271-1/+1
|
* Refactor response and test outputing into separate writers.J08nY2017-10-151-62/+23
| | | | | This is done to provide multiple output formats, one which logs tests to console in simple human readable format and others.
* Reorganize reader packages.J08nY2017-10-131-0/+591