aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/applet/ECKeyGenerator.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-28Added test-vectors, and test-vector testingJ08nY9-44/+394
2017-03-28Fix schema.xsdJ08nY2-2/+2
2017-03-28Added nist and brainpool test vectors, also smallpub testJ08nY86-41/+322
2017-03-27Added new curves, started adding default & dangerous tests.J08nY33-47/+250
2017-03-26Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY16-157/+275
2017-03-25Fixed loading private key from file.J08nY2-1/+1
2017-03-24Implemented ECDHC testing.J08nY8-28/+84
2017-03-23Fixed XML schema.xsdJ08nY1-69/+36
2017-03-22Added new corruption type and X962 point compression methods.J08nY7-13/+47
2017-03-17Added Cleanup command to request object deletion, prevents memory corruption.J08nY6-13/+59
2017-03-17Applet: better handling of exceptions, new command for memory cleanup.J08nY8-121/+243
2017-03-16Cleanup, add ECDH corruption tests.J08nY10-137/+169
2017-03-14fix mistypeJ08nY2-1/+1
2017-03-14Created a new command: CorruptJ08nY8-62/+205
2017-03-09Reader: fixed ECDH and ECDSA output, also named curve testingJ08nY6-13/+47
2017-03-07Reader: added verbose flag, made CardMngr quiet.J08nY4-29/+64
2017-03-07Added timing output to responses, added bulk ECDH/ECDSA testing.J08nY3-48/+93
2017-03-07Updated jcardsim, fixed bug when simulating caused by upstream.J08nY6-2/+2
2017-03-06Added support for named curves (in jar).J08nY27-197/+750
2017-02-21removed newlines, changed f2m format, removed old SimpleAPDUJ08nY135-855/+785
2017-01-31Added export instruction, and action to readerJ08nY11-369/+527
2017-01-27Added option to generate fresh keys(-f) also implemented basic ECC testingJ08nY8-100/+260
2017-01-22reader: Added a Command and Response abstractionJ08nY62-264/+973
2017-01-17reader: fixed -h optionJ08nY2-2/+6
2017-01-17reader: implemented ecdh and ecdsa actions, also added some docsJ08nY7-109/+248
2017-01-17implemented ecdh testing reader side:J08nY6-108/+210
2017-01-17ant: fix project.properties mergeJ08nY1-16/+1
2017-01-17data: renamed curves, since they arent really saved in csv...J08nY33-0/+0
2017-01-17major changes, ECTester rewrite, moved to valid packageJ08nY61-2310/+2094
2017-01-17SimpleAPDU: some cleanupJ08nY2-18/+17
2017-01-16nbproject filespetrs4-0/+1512
2016-12-11Fixed some issues with errors in key generation, and their propagationJ08nY5-35/+47
2016-12-10Added CLI options, Apache commons-cli lib, anomalous curve key exportJ08nY10-217/+282
2016-11-30Changed ECSP curves, 192b and 521b, to ones that have a prime pubkey order.J08nY2-184/+185
2016-11-30Fixed small-pub degree test, still crashes most cards.J08nY4-14/+20
2016-11-28fixed small pubkey order test, this times out on some cards(SCARD_E_NOT_TRANS...J08nY2-36/+46
2016-11-28Added test for small public key degree in ECDHJ08nY6-30/+134
2016-11-28EC_Consts: addded anomalous curves, with ordinady base points and small order...J08nY1-16/+780
2016-11-26Added tests for non-prime p, ECDSA into the main test suite.J08nY5-48/+79
2016-11-26SimpleAPDU: Added cli parsingJ08nY1-82/+121
2016-11-21ECKeyGenerator: fixes to key genertion,J08nY5-78/+102
2016-11-21EC_Consts: added sect233r1, sect283r1, sect409r1, sect571r1J08nY1-2/+396
2016-11-21Implemented External curve setting on applet sideJ08nY3-8/+200
2016-11-21EC_Consts: made parameters maskableJ08nY4-41/+35
2016-11-21EC_Consts: added F2M curve support, + F2M curve sect163r1 to startJ08nY5-1067/+1085
2016-11-21refactoring ECTester: created ECKeyGenerator, ECKeyTesterJ08nY3-3/+363
2016-11-18Added support for multiple readerspetrs7-65/+266
2016-10-24fixed ant build on linux, added utility scripts in bashJ08nY3-1/+16
2016-10-04fixed incorrect curve parameter P for secp384r1 curvepetrs2-1/+1
2016-10-04EC curve testing in separate apdu due to weird behavior of some cards after m...v0.0.3petrs4-12/+83