aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/Command.java
Commit message (Expand)AuthorAgeFilesLines
* Reorganize reader packages.J08nY2017-10-131-588/+0
* Add class docs to EC_* classes.J08nY2017-10-131-0/+10
* explicit support for reallocation of KeyAgreement engine with provided typepetrs2017-06-161-0/+27
* Fix ECDH testsJ08nY2017-06-021-0/+35
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-041-0/+3
* Move Default test suite to real TestsJ08nY2017-05-011-8/+6
* Change EC_Consts.CORRUPTION_* into a short that's maskableJ08nY2017-05-011-7/+8
* Move tests to TestSuitesJ08nY2017-04-271-2/+142
* Some docs, allow EC_* objects to print themselves.J08nY2017-04-041-10/+19
* Added more documentation, anomalous curves, support command.J08nY2017-03-301-7/+26
* Implemented ECDHC testing.J08nY2017-03-241-3/+6
* Added Cleanup command to request object deletion, prevents memory corruption.J08nY2017-03-171-0/+20
* Cleanup, add ECDH corruption tests.J08nY2017-03-161-6/+6
* Created a new command: CorruptJ08nY2017-03-141-12/+47
* Added export instruction, and action to readerJ08nY2017-01-311-18/+48
* Added option to generate fresh keys(-f) also implemented basic ECC testingJ08nY2017-01-271-5/+22
* reader: Added a Command and Response abstractionJ08nY2017-01-221-0/+241