summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-281-9/+6
|
* Handle exceptions in standalone testables better.J08nY2018-05-281-1/+0
|
* Simplify the edge-cases test suite and provide better analysis of results.J08nY2018-05-271-4/+10
|
* Add the edge-cases test suite.J08nY2018-05-256-6/+111
|
* Add compression suite to docs and comments.J08nY2018-05-022-2/+3
|
* Add compression test suite.J08nY2018-05-025-12/+159
|
* Add degenerate curves test suite.J08nY2018-04-282-2/+60
|
* Better sort EC_Data, handle errors better in wrong curves suite.J08nY2018-04-261-8/+8
|
* Evaluate wrong test suite even better.J08nY2018-04-252-12/+19
|
* Change wrong test suite.J08nY2018-04-251-2/+2
|
* Fix wrong test suite evaluation.J08nY2018-04-253-43/+67
|
* 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