aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/applet/ECTesterApplet.java
Commit message (Expand)AuthorAgeFilesLines
* Add customizable time resolution.develJ08nY2019-03-181-0/+1
* Add better chunking support and detect it at runtime.J08nY2019-03-141-1/+1
* Add custom command chaining to be able to test T=0 cards.J08nY2019-03-131-2/+2
* Backport applet to JavaCard 2.2.1 to support more cards.J08nY2018-11-061-799/+12
* Reformat all code.J08nY2018-08-121-16/+14
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-29/+119
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-29/+29
* Add better unexpected exception handling to the applet.J08nY2018-03-051-44/+83
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-1/+0
* Bump copyright years.J08nY2018-02-041-1/+2
* Add more tests to the Wrong test suite.J08nY2018-02-041-3/+3
* Fix default test suite F2m tests.J08nY2018-01-201-1/+0
* Fix ECDSA APDU parsing on applet side.J08nY2018-01-131-2/+2
* Simplify test suites.J08nY2018-01-091-1/+0
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-122/+62
* Cleanup and a new gitignore.J08nY2017-11-101-11/+13
* corrected INS to avoid reserved 0x60-0x6f and 0x90-0x9fpetrs2017-06-161-6/+8
* explicit support for reallocation of KeyAgreement engine with provided typepetrs2017-06-161-4/+62
* Fix ECDH testsJ08nY2017-06-021-3/+62
* Minor fixesJ08nY2017-05-201-3/+3
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-041-146/+142
* Change EC_Consts.CORRUPTION_* into a short that's maskableJ08nY2017-05-011-19/+21
* Fix some test-vector tests, also test printingJ08nY2017-04-191-1/+7
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-3/+4
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-5/+18
* Added more documentation, anomalous curves, support command.J08nY2017-03-301-5/+41
* Implemented ECDHC testing.J08nY2017-03-241-4/+19
* Applet: better handling of exceptions, new command for memory cleanup.J08nY2017-03-171-0/+35
* Cleanup, add ECDH corruption tests.J08nY2017-03-161-17/+11
* Created a new command: CorruptJ08nY2017-03-141-23/+65
* Added support for named curves (in jar).J08nY2017-03-061-2/+2
* Added export instruction, and action to readerJ08nY2017-01-311-70/+112
* Added option to generate fresh keys(-f) also implemented basic ECC testingJ08nY2017-01-271-4/+34
* reader: Added a Command and Response abstractionJ08nY2017-01-221-96/+96
* reader: implemented ecdh and ecdsa actions, also added some docsJ08nY2017-01-171-42/+65
* implemented ecdh testing reader side:J08nY2017-01-171-0/+1
* major changes, ECTester rewrite, moved to valid packageJ08nY2017-01-171-0/+427