aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ECDH testsJ08nY2017-06-022-4/+43
* Fix logging to file, add -y / --yes option to force yesJ08nY2017-05-242-25/+39
* Minor fixesJ08nY2017-05-201-1/+1
* Added support for extended APDUs, fixed problems with large cmdsJ08nY2017-05-046-115/+143
* Added some generated invalid curvesJ08nY2017-05-022-2/+8
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-014-12/+58
* Move Default test suite to real TestsJ08nY2017-05-014-78/+74
* Change EC_Consts.CORRUPTION_* into a short that's maskableJ08nY2017-05-014-18/+14
* Move tests to TestSuitesJ08nY2017-04-274-286/+335
* Fix some test-vector tests, also test printingJ08nY2017-04-194-9/+19
* Add id to EC_Params subclasses toString, fix EC_Params.expandJ08nY2017-04-196-28/+17
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-1911-419/+785
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-157-87/+168
* Some docs, allow EC_* objects to print themselves.J08nY2017-04-048-24/+65
* Added more documentation, anomalous curves, support command.J08nY2017-03-303-54/+101
* Added test-vectors, and test-vector testingJ08nY2017-03-283-7/+104
* Added nist and brainpool test vectors, also smallpub testJ08nY2017-03-281-5/+13
* Added new curves, started adding default & dangerous tests.J08nY2017-03-271-44/+98
* Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY2017-03-263-150/+235
* Fixed loading private key from file.J08nY2017-03-251-1/+1
* Implemented ECDHC testing.J08nY2017-03-243-16/+49
* Added new corruption type and X962 point compression methods.J08nY2017-03-222-3/+6
* Added Cleanup command to request object deletion, prevents memory corruption.J08nY2017-03-173-12/+53
* Applet: better handling of exceptions, new command for memory cleanup.J08nY2017-03-173-87/+195
* Cleanup, add ECDH corruption tests.J08nY2017-03-163-69/+88
* fix mistypeJ08nY2017-03-141-1/+1
* Created a new command: CorruptJ08nY2017-03-144-29/+131
* Reader: fixed ECDH and ECDSA output, also named curve testingJ08nY2017-03-093-9/+26
* Reader: added verbose flag, made CardMngr quiet.J08nY2017-03-073-29/+64
* Added timing output to responses, added bulk ECDH/ECDSA testing.J08nY2017-03-072-48/+93
* Added support for named curves (in jar).J08nY2017-03-065-145/+390
* removed newlines, changed f2m format, removed old SimpleAPDUJ08nY2017-02-215-502/+102
* Added export instruction, and action to readerJ08nY2017-01-315-223/+339
* Added option to generate fresh keys(-f) also implemented basic ECC testingJ08nY2017-01-274-82/+199
* reader: Added a Command and Response abstractionJ08nY2017-01-226-151/+707
* reader: fixed -h optionJ08nY2017-01-171-2/+6
* reader: implemented ecdh and ecdsa actions, also added some docsJ08nY2017-01-174-67/+183
* implemented ecdh testing reader side:J08nY2017-01-173-108/+209
* major changes, ECTester rewrite, moved to valid packageJ08nY2017-01-177-0/+1579