aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-145-5/+120
* Add CPLC fetch and parsing.J08nY2018-01-141-38/+115
* Simplify default test suite.J08nY2018-01-131-13/+33
* Simplify test suites.J08nY2018-01-097-170/+173
* Remove reader scripts.J08nY2018-01-081-1/+0
* Make test output show natural sw.J08nY2018-01-051-1/+1
* Fix YAML output key mis-rename.J08nY2018-01-051-1/+2
* Export and output keys used in ECDH in Reader.J08nY2017-12-281-2/+7
* Hide the Cleanup command in test suites.J08nY2017-12-287-46/+42
* Parse KA and Sig type specified as string in cli.J08nY2017-12-281-7/+9
* Update README, fix cli option mismatch.J08nY2017-12-271-4/+4
* Remove unused Testable.meta().J08nY2017-12-271-3/+0
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-278-98/+108
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-274-1/+164
* 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
* Introduce Response.error variable.J08nY2017-11-052-4/+15
* Fix some alignment issues.J08nY2017-11-051-2/+0
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-0512-84/+157
* 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