aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader
Commit message (Collapse)AuthorAgeFilesLines
* Implement basic standalone testing.J08nY2017-12-061-1/+0
|
* Extract TestWriters into common.J08nY2017-12-066-361/+9
|
* Fix CommandTest getDescription.J08nY2017-12-062-4/+69
|
* Fix TestWriters.J08nY2017-12-063-3/+6
|
* Specialize test suites in reader package to classes.J08nY2017-12-0511-72/+27
|
* Fix suites with new CommandTest.J08nY2017-12-056-43/+63
|
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-031-35/+20
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-038-17/+56
|
* Split Util class into a package.J08nY2017-11-268-41/+42
|
* Add Tree-like CLI parsing utilities.J08nY2017-11-151-3/+1
|
* Extract common CLI methods to CLITools.J08nY2017-11-141-37/+4
|
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-139-44/+44
|
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-3/+3
|
* Separate build files for standalone and reader apps.J08nY2017-11-1210-417/+8
|
* Introduce ECTesterStandalone.J08nY2017-11-122-60/+1
|
* Split test package into common.J08nY2017-11-1015-376/+151
|
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-1016-766/+33
|
* Cleanup and a new gitignore.J08nY2017-11-101-9/+5
|
* Add version information.v0.1.0J08nY2017-11-101-2/+12
|
* Output SWs as unsigned ints.J08nY2017-11-063-6/+6
|
* Introduce Result.Value.ERROR.J08nY2017-11-055-21/+35
| | | | | - Value.ERROR is used when response.error() is true. - Value.ERROR is NOK.
* Introduce Response.error variable.J08nY2017-11-052-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.J08nY2017-11-051-2/+0
|
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-0512-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 output of commands to test-suite YAML and XML output.J08nY2017-11-013-6/+35
|
* Fix response output.J08nY2017-10-313-7/+7
|
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-313-23/+63
|
* Specify Response.support string better.J08nY2017-10-271-1/+1
|
* Update README and help.J08nY2017-10-261-1/+3
|
* Add some more compound tests and suite descriptions.J08nY2017-10-267-24/+27
|
* Introduce a Result class, that has a value and a cause.J08nY2017-10-2513-103/+177
|
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-2515-136/+154
|
* Simplify test contract.J08nY2017-10-255-33/+29
|
* Fix Command.prepareKey for private key.J08nY2017-10-251-1/+1
|
* Split TestSuite classes into separate files.J08nY2017-10-257-240/+324
|
* Add test.ok() information to XML and YAML outputs.J08nY2017-10-252-0/+5
|
* Add Compund test to test-vectors suite.J08nY2017-10-254-15/+83
|
* Fix output when missing output format option.J08nY2017-10-242-2/+7
|
* Implement YAMLOutputWriter.J08nY2017-10-242-3/+63
|
* Add SnakeYAML library to output YAML.J08nY2017-10-241-3/+8
|
* Rename some OutputWriter methods, add YAMLOutputWriter.J08nY2017-10-246-25/+24
|
* Implement a basic XMLOutputWriter.J08nY2017-10-164-7/+104
|
* Refactor response and test outputing into separate writers.J08nY2017-10-1511-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.J08nY2017-10-152-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.J08nY2017-10-135-30/+46
|
* Init and print EC_Key/EC_Keypair id when available.J08nY2017-10-133-7/+15
|
* Rename nonprime curves to -> composite curves.J08nY2017-10-132-9/+9
|
* Add class docs to EC_* classes.J08nY2017-10-138-0/+35
|
* explicit support for reallocation of KeyAgreement engine with provided typepetrs2017-06-164-0/+84
|
* Add printing of curve refresh command when generating.J08nY2017-06-021-1/+2
|