aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/test/TestSuite.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-100/+0
|
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-051-3/+19
|
* 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
|
* Add compression test suite.J08nY2018-05-021-2/+2
|
* Fix wrong test suite evaluation.J08nY2018-04-251-1/+1
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-031-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-5/+17
|
* 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-041-0/+12
| | | | | | | | | | | | - 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
* Simplify test suites.J08nY2018-01-091-12/+23
|
* Hide the Cleanup command in test suites.J08nY2017-12-281-2/+11
|
* Specialize test suites in reader package to classes.J08nY2017-12-051-0/+36