aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add private key edge-cases tests.J08nY2018-07-231-26/+38
* Fix exporting default curve params.J08nY2018-07-231-7/+11
* Add option for cleanup.J08nY2018-07-2212-38/+174
* Elementary support for OpenSSL.J08nY2018-07-181-3/+3
* Test anomalous curves as well in misc test suite.J08nY2018-07-181-10/+12
* Print responses in reader app better.J08nY2018-07-171-13/+10
* Add tests of increasingly larger prime R to better understand behavior of impls.J08nY2018-07-161-4/+8
* Add tests for curve order being a Carmichael pseudoprime.J08nY2018-07-121-0/+5
* Add testing of previous prime R to wrong test suite.J08nY2018-07-052-7/+20
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-0512-22/+50
* Also do composite tests with both keypairs generated on card.J08nY2018-07-041-2/+8
* Add supersingular curves, do some tests over supersingular and Barreto-Naehri...J08nY2018-07-047-22/+80
* Add git commit to version number for better versioning of tests.J08nY2018-07-034-8/+24
* Rename and reorder tests.J08nY2018-07-032-4/+5
* Better display results in console.J08nY2018-07-032-7/+7
* Add support for colored output.J08nY2018-07-021-37/+45
* Add some p * q curves to cofactor tests.J08nY2018-07-021-1/+1
* Add more composite tests.J08nY2018-06-301-1/+5
* Add composite PQ tests. Better order tests by EC_Data id.J08nY2018-06-301-11/+39
* Add descriptions to composite curve data.J08nY2018-06-281-1/+1
* Add tests for small R to composite test suite.J08nY2018-06-271-2/+19
* Add composite order curves with small order generators.J08nY2018-06-271-1/+0
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-272-4/+33
* Add list-suites option to both reader and standalone.J08nY2018-05-291-0/+26
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-294-4/+4
* 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