| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort tests better in a few test suites. | J08nY | 2018-04-25 | 3 | -24/+6 |
| * | Better evaluate results of Default test suite. | J08nY | 2018-04-21 | 1 | -15/+45 |
| * | Actually run ECDSA verification tests with cofactor, invalid and twist points. | J08nY | 2018-04-11 | 3 | -15/+62 |
| * | Add ECDSA_sign and ECDSA_verify commands, to allow separate testing. | J08nY | 2018-04-05 | 5 | -6/+6 |
| * | Rename the CORRUPT command to TRANSFORM, as it does that now. | J08nY | 2018-03-14 | 7 | -13/+12 |
| * | Better evaluate results of compound test in some test suites. | J08nY | 2018-03-06 | 4 | -4/+4 |
| * | Order EC data nicely, also helps ordering tests in some suites. | J08nY | 2018-03-06 | 3 | -7/+6 |
| * | Add Cofactor test suite. | J08nY | 2018-03-03 | 1 | -0/+60 |
| * | Output Result causes better in YAML. | J08nY | 2018-02-11 | 1 | -0/+1 |
| * | Restructure the Twist test suite. | J08nY | 2018-02-10 | 1 | -5/+9 |
| * | Restructure the TestVectors test suite. | J08nY | 2018-02-10 | 1 | -1/+1 |
| * | Restructure the Invalid test suite. | J08nY | 2018-02-10 | 1 | -5/+10 |
| * | Restructure the Composite test suite. | J08nY | 2018-02-10 | 1 | -5/+9 |
| * | Handle exceptions in Tests and TestSuites grafeully. | J08nY | 2018-02-10 | 4 | -23/+8 |
| * | Make the wrong test suite easier to understand, with compound tests. | J08nY | 2018-02-06 | 1 | -3/+11 |
| * | Update README, docs and test suites. | J08nY | 2018-02-04 | 5 | -36/+6 |
| * | Add more tests to the Wrong test suite. | J08nY | 2018-02-04 | 1 | -1/+95 |
| * | Fix default test suite F2M domain setting. | J08nY | 2018-02-03 | 1 | -2/+3 |
| * | Fix default test suite F2m tests. | J08nY | 2018-01-20 | 1 | -3/+4 |
| * | Add PerformanceTest and add it to the default card test suite. | J08nY | 2018-01-20 | 2 | -4/+117 |
| * | Add quadratic twist tests into their own test suite. | J08nY | 2018-01-19 | 2 | -1/+63 |
| * | Add standard curve twists. | J08nY | 2018-01-19 | 1 | -1/+1 |
| * | Remove unused card test suite code. | J08nY | 2018-01-17 | 1 | -99/+0 |
| * | Export CPLC data and card ATR in test suite outputs. | J08nY | 2018-01-14 | 1 | -0/+4 |
| * | Simplify default test suite. | J08nY | 2018-01-13 | 1 | -13/+33 |
| * | Simplify test suites. | J08nY | 2018-01-09 | 6 | -129/+137 |
| * | Hide the Cleanup command in test suites. | J08nY | 2017-12-28 | 6 | -44/+40 |
| * | Remove unused Testable.meta(). | J08nY | 2017-12-27 | 1 | -3/+0 |
| * | Cleanup the applet ECKA and Signature objects. | J08nY | 2017-12-27 | 5 | -11/+12 |
| * | Implement basic standalone testing. | J08nY | 2017-12-06 | 1 | -1/+0 |
| * | Extract TestWriters into common. | J08nY | 2017-12-06 | 1 | -2/+2 |
| * | Fix CommandTest getDescription. | J08nY | 2017-12-06 | 1 | -1/+5 |
| * | Specialize test suites in reader package to classes. | J08nY | 2017-12-05 | 7 | -60/+14 |
| * | Fix suites with new CommandTest. | J08nY | 2017-12-05 | 6 | -43/+63 |
| * | Introduce SimpleTest, implement other tests usign it. | J08nY | 2017-12-03 | 1 | -35/+20 |
| * | Introduce BaseTestable and Testable Metadata. | J08nY | 2017-12-03 | 2 | -1/+48 |
| * | Split Util class into a package. | J08nY | 2017-11-26 | 1 | -3/+3 |
| * | Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest. | J08nY | 2017-11-13 | 6 | -35/+35 |
| * | Add BouncyCastle library. Sketch out ECTesterStandalone. | J08nY | 2017-11-12 | 1 | -2/+2 |
| * | Separate build files for standalone and reader apps. | J08nY | 2017-11-12 | 1 | -1/+1 |
| * | Split test package into common. | J08nY | 2017-11-10 | 10 | -357/+125 |
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 6 | -19/+19 |
| * | Output SWs as unsigned ints. | J08nY | 2017-11-06 | 1 | -1/+1 |
| * | Introduce Result.Value.ERROR. | J08nY | 2017-11-05 | 2 | -16/+30 |
| * | Implement Result.ExpectedValue to add more logic to test evaluation. | J08nY | 2017-11-05 | 8 | -66/+117 |
| * | Add compound test to default tests.feature/test-output-html | J08nY | 2017-10-31 | 3 | -23/+63 |
| * | Add some more compound tests and suite descriptions. | J08nY | 2017-10-26 | 5 | -22/+16 |
| * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 8 | -91/+151 |
| * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 7 | -52/+49 |
| * | Simplify test contract. | J08nY | 2017-10-25 | 2 | -22/+15 |