aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/Response.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize reader packages.J08nY2017-10-131-591/+0
* explicit support for reallocation of KeyAgreement engine with provided typepetrs2017-06-161-0/+17
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-041-1/+1
* Added some generated invalid curvesJ08nY2017-05-021-1/+7
* Change EC_Consts.CORRUPTION_* into a short that's maskableJ08nY2017-05-011-2/+2
* Fix some test-vector tests, also test printingJ08nY2017-04-191-3/+1
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-42/+64
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-1/+1
* Some docs, allow EC_* objects to print themselves.J08nY2017-04-041-1/+1
* Added more documentation, anomalous curves, support command.J08nY2017-03-301-24/+40
* Implemented ECDHC testing.J08nY2017-03-241-4/+25
* Added Cleanup command to request object deletion, prevents memory corruption.J08nY2017-03-171-0/+18
* Applet: better handling of exceptions, new command for memory cleanup.J08nY2017-03-171-2/+2
* Cleanup, add ECDH corruption tests.J08nY2017-03-161-41/+11
* Created a new command: CorruptJ08nY2017-03-141-8/+43
* Reader: fixed ECDH and ECDSA output, also named curve testingJ08nY2017-03-091-1/+1
* Reader: added verbose flag, made CardMngr quiet.J08nY2017-03-071-2/+7
* Added timing output to responses, added bulk ECDH/ECDSA testing.J08nY2017-03-071-1/+1
* removed newlines, changed f2m format, removed old SimpleAPDUJ08nY2017-02-211-1/+0
* Added export instruction, and action to readerJ08nY2017-01-311-97/+120
* Added option to generate fresh keys(-f) also implemented basic ECC testingJ08nY2017-01-271-40/+91
* reader: Added a Command and Response abstractionJ08nY2017-01-221-0/+410