aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/reader/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-104-23/+8
|
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-061-3/+11
|
* Update README, docs and test suites.J08nY2018-02-045-36/+6
|
* Add more tests to the Wrong test suite.J08nY2018-02-041-1/+95
| | | | | | | | | | | | - 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
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-202-4/+117
|
* Add quadratic twist tests into their own test suite.J08nY2018-01-192-1/+63
|
* 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-141-0/+4
|
* Simplify default test suite.J08nY2018-01-131-13/+33
|
* Simplify test suites.J08nY2018-01-096-129/+137
|
* Hide the Cleanup command in test suites.J08nY2017-12-286-44/+40
|
* Remove unused Testable.meta().J08nY2017-12-271-3/+0
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-275-11/+12
|
* Implement basic standalone testing.J08nY2017-12-061-1/+0
|
* Extract TestWriters into common.J08nY2017-12-061-2/+2
|
* Fix CommandTest getDescription.J08nY2017-12-061-1/+5
|
* Specialize test suites in reader package to classes.J08nY2017-12-057-60/+14
|