| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Separate build files for standalone and reader apps. | J08nY | 2017-11-12 | 35 | -124/+1718 | |
| | | ||||||
| * | Introduce ECTesterStandalone. | J08nY | 2017-11-12 | 6 | -5/+23 | |
| | | ||||||
| * | Split test package into common. | J08nY | 2017-11-10 | 19 | -283/+336 | |
| | | ||||||
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 20 | -66/+43 | |
| | | ||||||
| * | Cleanup and a new gitignore. | J08nY | 2017-11-10 | 4 | -21/+24 | |
| | | ||||||
| * | Cleanup dist directory, make ant work on non-NetBeans platforms. | J08nY | 2017-11-10 | 11 | -83/+10 | |
| | | | | | - Everything can be packaged with `ant package`. | |||||
| * | Add version information.v0.1.0 | J08nY | 2017-11-10 | 2 | -2/+18 | |
| | | ||||||
| * | Release both JARs, with and without deps. | J08nY | 2017-11-10 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'devel' | J08nY | 2017-11-10 | 72 | -685/+2306 | |
| |\ | ||||||
| | * | Add Github releases to Travis CI. | J08nY | 2017-11-10 | 1 | -3/+14 | |
| | | | ||||||
| | * | Update JAR and CAP. | J08nY | 2017-11-06 | 3 | -8/+11 | |
| | | | ||||||
| | * | Make Travis build the full JAR. | J08nY | 2017-11-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Output SWs as unsigned ints. | J08nY | 2017-11-06 | 4 | -14/+17 | |
| | | | ||||||
| | * | Introduce Result.Value.ERROR. | J08nY | 2017-11-05 | 5 | -21/+35 | |
| | | | | | | | | | | | - Value.ERROR is used when response.error() is true. - Value.ERROR is NOK. | |||||
| | * | Introduce Response.error variable. | J08nY | 2017-11-05 | 2 | -4/+15 | |
| | | | | | | | | | | | | | - Useful to discern a response containing failing SWs created by ECTester applet, or a response created by the card when ECTester execution failed. | |||||
| | * | Fix some alignment issues. | J08nY | 2017-11-05 | 1 | -2/+0 | |
| | | | ||||||
| | * | Implement Result.ExpectedValue to add more logic to test evaluation. | J08nY | 2017-11-05 | 12 | -84/+157 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduces a new enum Result.ExpectedValue, which is used to signify what Test results are expected. - Changes the Result.Value enum to contain information about what was expected. It gains more values: - UXSUCCESS -> Unexpected success. - XFAILURE -> Expected failure. The values SUCCESS and XFAILURE are the OK, values. - Creates a hierarchy of evaluating Responses, Simple tests and Compoung tests. Simple test evaluates the OK property of the response object (using .successfull() method) and again exposes its OK property which depends on the tests ExpectedValue and the response success. Compound test evaluates the OK property of the Simple tests it contains (using the .ok() method) and again exposes its OK property which depends on the concrete Compound test variant, but involves some ExpectedValues and the success of the individual Simple tests it contains. | |||||
| | * | Add package target to ant, that builds a jar with full dependencies. | J08nY | 2017-11-01 | 1 | -0/+25 | |
| | | | ||||||
| | * | Add output of commands to test-suite YAML and XML output. | J08nY | 2017-11-01 | 3 | -6/+35 | |
| | | | ||||||
| | * | Add default test scripts. | J08nY | 2017-11-01 | 7 | -0/+162 | |
| | | | ||||||
| | * | Fix response output. | J08nY | 2017-10-31 | 3 | -7/+7 | |
| | | | ||||||
| | * | Move docs to subfolder. | J08nY | 2017-10-31 | 4 | -3/+3 | |
| | | | ||||||
| | * | Add compound test to default tests.feature/test-output-html | J08nY | 2017-10-31 | 3 | -23/+63 | |
| | | | ||||||
| | * | Specify Response.support string better. | J08nY | 2017-10-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update README and help. | J08nY | 2017-10-26 | 2 | -1/+8 | |
| | | | ||||||
| | * | Add some more compound tests and suite descriptions. | J08nY | 2017-10-26 | 7 | -24/+27 | |
| | | | ||||||
| | * | Introduce a Result class, that has a value and a cause. | J08nY | 2017-10-25 | 13 | -103/+177 | |
| | | | ||||||
| | * | Split ResponseWriter into separate class, introduce TestRunner. | J08nY | 2017-10-25 | 15 | -136/+154 | |
| | | | ||||||
| | * | Simplify test contract. | J08nY | 2017-10-25 | 5 | -33/+29 | |
| | | | ||||||
| | * | Fix Command.prepareKey for private key. | J08nY | 2017-10-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Split TestSuite classes into separate files. | J08nY | 2017-10-25 | 7 | -240/+324 | |
| | | | ||||||
| | * | Add test.ok() information to XML and YAML outputs. | J08nY | 2017-10-25 | 2 | -0/+5 | |
| | | | ||||||
| | * | Add Compund test to test-vectors suite. | J08nY | 2017-10-25 | 4 | -15/+83 | |
| | | | ||||||
| | * | Fix output when missing output format option. | J08nY | 2017-10-24 | 2 | -2/+7 | |
| | | | ||||||
| | * | Implement YAMLOutputWriter. | J08nY | 2017-10-24 | 2 | -3/+63 | |
| | | | ||||||
| | * | Add SnakeYAML library to output YAML. | J08nY | 2017-10-24 | 5 | -6/+11 | |
| | | | ||||||
| | * | Rename some OutputWriter methods, add YAMLOutputWriter. | J08nY | 2017-10-24 | 6 | -25/+24 | |
| | | | ||||||
| | * | Implement a basic XMLOutputWriter. | J08nY | 2017-10-16 | 4 | -7/+104 | |
| | | | ||||||
| | * | Refactor response and test outputing into separate writers. | J08nY | 2017-10-15 | 11 | -166/+352 | |
| | | | | | | | | | | | This is done to provide multiple output formats, one which logs tests to console in simple human readable format and others. | |||||
| | * | Abstract out Test and move its simple implementation to Test.Simple. | J08nY | 2017-10-15 | 2 | -88/+159 | |
| | | | | | | | | | | | - Also create a Test.Compound nested static class that can combine multiple Tests and their Results, and has a single Result. | |||||
| | * | Reorganize reader packages. | J08nY | 2017-10-13 | 5 | -30/+46 | |
| | | | ||||||
| | * | Init and print EC_Key/EC_Keypair id when available. | J08nY | 2017-10-13 | 4 | -10/+18 | |
| | | | ||||||
| | * | Update composite curves 384 and 521 with new data. | J08nY | 2017-10-13 | 7 | -14/+169 | |
| | | | ||||||
| | * | Update the composite order curves. | J08nY | 2017-10-13 | 9 | -17/+377 | |
| | | | ||||||
| | * | Rename nonprime curves to -> composite curves. | J08nY | 2017-10-13 | 21 | -78/+78 | |
| | | | ||||||
| | * | Add class docs to EC_* classes. | J08nY | 2017-10-13 | 8 | -0/+35 | |
| |/ | ||||||
| * | corrected INS to avoid reserved 0x60-0x6f and 0x90-0x9f | petrs | 2017-06-16 | 1 | -6/+8 | |
| | | ||||||
| * | explicit support for reallocation of KeyAgreement engine with provided type | petrs | 2017-06-16 | 9 | -11/+156 | |
| | | ||||||
| * | Merge pull request #1 from petrs/devel | petrs | 2017-06-08 | 278 | -2097/+18837 | |
| |\ | | | | | Merge current dev version | |||||
| | * | Add some more examples to TESTS.md | J08nY | 2017-06-03 | 1 | -0/+10 | |
| | | | ||||||
