aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix XML output of Result cause.J08nY2018-02-101-1/+1
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-1030-379/+491
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-062-9/+13
* Show library name in test suite output in standalone testing.J08nY2018-02-057-6/+36
* Bump copyright years.J08nY2018-02-044-3/+27
* Update README, docs and test suites.J08nY2018-02-0411-92/+113
* Add more tests to the Wrong test suite.J08nY2018-02-049-13/+149
* Fix default test suite F2M domain setting.J08nY2018-02-033-3/+15
* Merge branch 'devel'v0.2.0J08nY2018-01-23218-2398/+10864
|\
| * Simplify F2m field setting in applet.J08nY2018-01-231-4/+4
| * Fix default test suite F2m tests.J08nY2018-01-203-7/+5
| * Fix XML output NullPointerException.J08nY2018-01-201-0/+1
| * Add PerformanceTest and add it to the default card test suite.J08nY2018-01-207-5/+140
| * Add quadratic twist tests into their own test suite.J08nY2018-01-1914-57/+122
| * Add standard curve twists.J08nY2018-01-1936-1/+1049
| * Prefix curve CSV data with 0x in the data store, to be consistent.J08nY2018-01-1828-36/+28
| * Remove unused card test suite code.J08nY2018-01-171-99/+0
| * Update README with current example.J08nY2018-01-141-19/+28
| * Update docs.J08nY2018-01-142-17/+33
| * Export CPLC data and card ATR in test suite outputs.J08nY2018-01-1411-5/+151
| * Add CPLC fetch and parsing.J08nY2018-01-141-38/+115
| * Fix ECDSA APDU parsing on applet side.J08nY2018-01-131-2/+2
| * Simplify default test suite.J08nY2018-01-136-29/+54
| * Simplify test suites.J08nY2018-01-0919-294/+265
| * Remove reader scripts.J08nY2018-01-084-83/+2
| * Make test output show natural sw.J08nY2018-01-051-1/+1
| * Fix YAML output key mis-rename.J08nY2018-01-052-2/+3
| * Update curve docs.J08nY2018-01-051-4/+36
| * Throw exceptions when operations fail in standalone providers.J08nY2018-01-058-22/+86
| * Fix YAML export and standalone build.J08nY2018-01-033-5/+7
| * Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-308-21/+58
| * Add more comprehensive XML output to standalone app.J08nY2017-12-305-21/+97
| * Properly plot data from standalone app.J08nY2017-12-282-6/+32
| * Add average and median plotting.J08nY2017-12-282-2/+18
| * Add script to plot ECDH timing.J08nY2017-12-281-0/+44
| * Export and output keys used in ECDH in Reader.J08nY2017-12-281-2/+7
| * Add script for plotting key genration results.J08nY2017-12-281-0/+68
| * Include LICENSE in JAR.J08nY2017-12-283-0/+12
| * Cleanup !uploader directory, rename to applet.J08nY2017-12-2822-170/+28
| * Hide the Cleanup command in test suites.J08nY2017-12-2814-71/+114
| * Parse KA and Sig type specified as string in cli.J08nY2017-12-282-130/+125
| * Update README, fix cli option mismatch.J08nY2017-12-274-34/+110
| * Remove unused Testable.meta().J08nY2017-12-275-37/+6
| * Cleanup the applet ECKA and Signature objects.J08nY2017-12-2715-421/+273
| * Split output to remove cross-dependency of reader and standalone.J08nY2017-12-2716-443/+533
| * Merge branch 'feature/standalone-lib-testing' into develJ08nY2017-12-1279-479/+5504
| |\
| | * Update README with info about standalone testing.feature/standalone-lib-testingJ08nY2017-12-122-5/+12