summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/test
Commit message (Collapse)AuthorAgeFilesLines
* Reformat all code.J08nY2018-08-121-2/+1
|
* Better evaluate ExpectedValue.ANY.J08nY2018-07-131-1/+1
|
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-051-3/+19
|
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-274-4/+32
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Add list-suites option to both reader and standalone.J08nY2018-05-291-1/+9
| | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options.
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-3/+3
|
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-281-0/+1
| | | | - Output this stage in all the formats.
* Handle exceptions in standalone testables better.J08nY2018-05-281-5/+15
|
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-283-0/+19
|
* Simplify the edge-cases test suite and provide better analysis of results.J08nY2018-05-271-42/+33
|
* Add compression test suite.J08nY2018-05-021-2/+2
|
* Fix wrong test suite evaluation.J08nY2018-04-252-1/+9
|
* Better evaluate results of compound test in some test suites.J08nY2018-03-061-0/+37
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-108-52/+150
|
* Make the wrong test suite easier to understand, with compound tests.J08nY2018-02-061-6/+2
|
* Add more tests to the Wrong test suite.J08nY2018-02-042-1/+13
| | | | | | | | | | | | - 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
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-204-1/+22
|
* Simplify default test suite.J08nY2018-01-133-5/+8
|
* Simplify test suites.J08nY2018-01-095-91/+35
|
* Hide the Cleanup command in test suites.J08nY2017-12-285-18/+65
|
* Remove unused Testable.meta().J08nY2017-12-273-29/+0
|
* Extract TestWriters into common.J08nY2017-12-061-2/+1
|
* Fix CommandTest getDescription.J08nY2017-12-061-1/+2
|
* Specialize test suites in reader package to classes.J08nY2017-12-052-0/+64
|
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-032-0/+20
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-033-3/+73
|
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-0/+11
|
* Separate build files for standalone and reader apps.J08nY2017-11-121-0/+7
|
* Introduce ECTesterStandalone.J08nY2017-11-123-4/+6
|
* Split test package into common.J08nY2017-11-105-0/+278