aboutsummaryrefslogtreecommitdiff
path: root/src/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-27Specify Response.support string better.J08nY1-1/+1
2017-10-26Update README and help.J08nY2-1/+8
2017-10-26Add some more compound tests and suite descriptions.J08nY7-24/+27
2017-10-25Introduce a Result class, that has a value and a cause.J08nY13-103/+177
2017-10-25Split ResponseWriter into separate class, introduce TestRunner.J08nY15-136/+154
2017-10-25Simplify test contract.J08nY5-33/+29
2017-10-25Fix Command.prepareKey for private key.J08nY1-1/+1
2017-10-25Split TestSuite classes into separate files.J08nY7-240/+324
2017-10-25Add test.ok() information to XML and YAML outputs.J08nY2-0/+5
2017-10-25Add Compund test to test-vectors suite.J08nY4-15/+83
2017-10-24Fix output when missing output format option.J08nY2-2/+7
2017-10-24Implement YAMLOutputWriter.J08nY2-3/+63
2017-10-24Add SnakeYAML library to output YAML.J08nY5-6/+11
2017-10-24Rename some OutputWriter methods, add YAMLOutputWriter.J08nY6-25/+24
2017-10-16Implement a basic XMLOutputWriter.J08nY4-7/+104
2017-10-15Refactor response and test outputing into separate writers.J08nY11-166/+352
2017-10-15Abstract out Test and move its simple implementation to Test.Simple.J08nY2-88/+159
2017-10-13Reorganize reader packages.J08nY5-30/+46
2017-10-13Init and print EC_Key/EC_Keypair id when available.J08nY4-10/+18
2017-10-13Update composite curves 384 and 521 with new data.J08nY7-14/+169
2017-10-13Update the composite order curves.J08nY9-17/+377
2017-10-13Rename nonprime curves to -> composite curves.J08nY21-78/+78
2017-10-13Add class docs to EC_* classes.J08nY8-0/+35
2017-06-16corrected INS to avoid reserved 0x60-0x6f and 0x90-0x9fpetrs1-6/+8
2017-06-16explicit support for reallocation of KeyAgreement engine with provided typepetrs9-11/+156
2017-06-03Add some more examples to TESTS.mdJ08nY1-0/+10
2017-06-02Add printing of curve refresh command when generating.J08nY2-1/+2
2017-06-02Fix ECDH testsJ08nY8-23/+220
2017-05-24Added ANSSI curve and GOST curvesJ08nY7-0/+39
2017-05-24Fix logging to file, add -y / --yes option to force yesJ08nY4-25/+39
2017-05-20Reformatted curve and test CSV dataJ08nY162-161/+161
2017-05-20Minor fixesJ08nY6-5/+10
2017-05-04Added support for extended APDUs, fixed problems with large cmdsJ08nY16-312/+390
2017-05-02Added some generated invalid curvesJ08nY30-117/+8641
2017-05-01Reworked invalid curve testing, added generated anomalous curvesJ08nY24-49/+141
2017-05-01Move Default test suite to real TestsJ08nY5-79/+75
2017-05-01Change EC_Consts.CORRUPTION_* into a short that's maskableJ08nY7-152/+165
2017-04-27Move tests to TestSuitesJ08nY4-286/+335
2017-04-19Fix some test-vector tests, also test printingJ08nY14-34/+103