aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version.v0.3.0J08nY2018-10-151-2/+2
* Add test for OpenSSl modular reduction bug.J08nY2018-10-151-0/+27
* Sort tried privkey values in edge-cases test suite.J08nY2018-09-141-4/+4
* Add tests for interesting privatekey values to edge-cases tests.J08nY2018-08-261-4/+69
* Allow exporting set curve parameters to verify them.J08nY2018-08-1412-21/+30
* Add Cofactor curves to edge-cases test to properly test some values.J08nY2018-08-141-0/+2
* Fix Invalid, Twist and Degenerate test suites.J08nY2018-08-123-3/+3
* Add more ecdsa tests.J08nY2018-08-121-10/+27
* Add ECDSA testing to composite curve tests.J08nY2018-08-121-2/+6
* Reformat reader package.J08nY2018-08-127-7/+8
* Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-125-23/+42
* Add various ECDSA tests.J08nY2018-08-116-59/+75
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-1/+0
* 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