summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/Test.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize reader packages.J08nY2017-10-131-82/+0
|
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-041-0/+4
| | | | | | | | | | | - Switched ECTesterApplet to Javacard 2.2.2 which supports Extended length APDUs (necessary for some Set commands when a large external curve is sent to the applet) - The incoming APDU is now copied over to a sufficiently large buffer before being processed - Simplified instruction processing logic - Renamed ECUtil to AppletUtil - Fixed padding error in nist/P-521
* Move Default test suite to real TestsJ08nY2017-05-011-3/+0
|
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-0/+81
- The ECTester.Config class now stores and reads all CLI options - Testing with the -t / --test option was partially refactored into: - Test: Encapsulates one Command and Response pair with expected result, a real result and a callback to dynamically assign result - TestSuite: Encapsulates a bunch of tests, represents a whole category of tests either that can be run on any curve or only on some.