aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ECTester version to test run output.J08nY2018-04-254-2/+8
|
* 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
|
* Fix ECDSA verify command.J08nY2018-04-171-1/+1
|
* 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-057-8/+121
|
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-142-13/+12
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-1410-51/+50
|
* 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-032-2/+65
|
* Add information about more output files for a test run.J08nY2018-03-031-1/+0
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-4/+4
|
* Allow outputing test suite results into more formats and files.J08nY2018-02-112-40/+74
|
* 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-1010-270/+225
|
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-061-3/+11
|
* Bump copyright years.J08nY2018-02-041-1/+2
|
* Update README, docs and test suites.J08nY2018-02-046-43/+9
|
* Add more tests to the Wrong test suite.J08nY2018-02-043-7/+101
| | | | | | | | | | | | - Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
* Fix default test suite F2M domain setting.J08nY2018-02-031-2/+3
|
* Fix default test suite F2m tests.J08nY2018-01-201-3/+4
|
* Fix XML output NullPointerException.J08nY2018-01-201-0/+1
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-203-4/+118
|
* Add quadratic twist tests into their own test suite.J08nY2018-01-193-3/+68
|
* 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-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
| | | | - New csv format is: index;time;pubW;privS;secret
* 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
|