aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sort tests better in a few test suites.J08nY2018-04-253-24/+6
* Better evaluate results of Default test suite.J08nY2018-04-211-15/+45
* Actually run ECDSA verification tests with cofactor, invalid and twist points.J08nY2018-04-113-15/+62
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-055-6/+6
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-147-13/+12
* Better evaluate results of compound test in some test suites.J08nY2018-03-064-4/+4
* Order EC data nicely, also helps ordering tests in some suites.J08nY2018-03-063-7/+6
* Add Cofactor test suite.J08nY2018-03-031-0/+60
* Output Result causes better in YAML.J08nY2018-02-111-0/+1
* Restructure the Twist test suite.J08nY2018-02-101-5/+9
* Restructure the TestVectors test suite.J08nY2018-02-101-1/+1
* Restructure the Invalid test suite.J08nY2018-02-101-5/+10
* Restructure the Composite test suite.J08nY2018-02-101-5/+9
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-104-23/+8
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-061-3/+11
* Update README, docs and test suites.J08nY2018-02-045-36/+6
* Add more tests to the Wrong test suite.J08nY2018-02-041-1/+95
* Fix default test suite F2M domain setting.J08nY2018-02-031-2/+3
* Fix default test suite F2m tests.J08nY2018-01-201-3/+4
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-202-4/+117
* Add quadratic twist tests into their own test suite.J08nY2018-01-192-1/+63
* Add standard curve twists.J08nY2018-01-191-1/+1
* Remove unused card test suite code.J08nY2018-01-171-99/+0
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-141-0/+4
* Simplify default test suite.J08nY2018-01-131-13/+33
* Simplify test suites.J08nY2018-01-096-129/+137
* Hide the Cleanup command in test suites.J08nY2017-12-286-44/+40
* Remove unused Testable.meta().J08nY2017-12-271-3/+0
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-275-11/+12
* Implement basic standalone testing.J08nY2017-12-061-1/+0
* Extract TestWriters into common.J08nY2017-12-061-2/+2
* Fix CommandTest getDescription.J08nY2017-12-061-1/+5
* Specialize test suites in reader package to classes.J08nY2017-12-057-60/+14
* 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-032-1/+48
* Split Util class into a package.J08nY2017-11-261-3/+3
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-136-35/+35
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-121-2/+2
* Separate build files for standalone and reader apps.J08nY2017-11-121-1/+1
* Split test package into common.J08nY2017-11-1010-357/+125
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-106-19/+19
* Output SWs as unsigned ints.J08nY2017-11-061-1/+1
* Introduce Result.Value.ERROR.J08nY2017-11-052-16/+30
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-058-66/+117
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-313-23/+63
* Add some more compound tests and suite descriptions.J08nY2017-10-265-22/+16
* Introduce a Result class, that has a value and a cause.J08nY2017-10-258-91/+151
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-257-52/+49
* Simplify test contract.J08nY2017-10-252-22/+15