aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-1411-11/+22
|
* 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-124-4/+3
|
* Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-124-6/+25
|
* Add various ECDSA tests.J08nY2018-08-115-57/+69
|
* Add private key edge-cases tests.J08nY2018-07-231-26/+38
|
* Add option for cleanup.J08nY2018-07-2211-29/+150
|
* Test anomalous curves as well in misc test suite.J08nY2018-07-181-10/+12
|
* 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-051-4/+16
|
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-0510-17/+17
|
* Also do composite tests with both keypairs generated on card.J08nY2018-07-041-2/+8
|
* Add supersingular curves, do some tests over supersingular and ↵J08nY2018-07-046-10/+64
| | | | Barreto-Naehrig curves.
* Rename and reorder tests.J08nY2018-07-031-4/+4
|
* Better display results in console.J08nY2018-07-031-1/+1
|
* Add some p * q curves to cofactor tests.J08nY2018-07-021-1/+1
| | | | - |E(F_p)| = p * q, |G| = p, |pubkey| = q.
* 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-271-2/+25
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-294-4/+4
|
* 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-255-4/+106
|
* Add compression suite to docs and comments.J08nY2018-05-021-1/+2
|
* Add compression test suite.J08nY2018-05-024-10/+154
|
* Add degenerate curves test suite.J08nY2018-04-281-0/+55
|
* 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
|
* 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
|
* 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-055-6/+6
|
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-147-13/+12
|
* 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-031-0/+60
|
* Output Result causes better in YAML.J08nY2018-02-111-0/+1
|
* Restructure the Twist test suite.J08nY2018-02-101-5/+9
|