aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-2521-2586/+0
* Test with default curve if possible.davidhofman2021-12-095-18/+49
* Add 2 scripts for testing libraries. Change suites to prevent error in some l...davidhofman2021-10-087-21/+19
* Implement StandalonePerformanceSuite. (#13)davidhofman2021-09-153-0/+260
* Implement StandaloneWrongSuite. (#12)davidhofman2021-09-061-0/+344
* Implement StandaloneEdgeCasesSuite. (#11)davidhofman2021-09-051-0/+311
* Implement StandaloneSignatureSuite. (#10)davidhofman2021-08-262-43/+143
* Implement StandaloneCompositeSuite. (#9)davidhofman2021-08-241-0/+211
* Fix typo in Miscellaneous suite.J08nY2021-08-241-1/+1
* Fix standalone list-suites command.J08nY2021-08-241-4/+5
* Add author information.J08nY2021-08-246-0/+18
* Implement StandaloneMiscSuite. (#8)davidhofman2021-08-222-0/+156
* Implement Twist, Invalid, Cofactor and Degenerate standalone suites. (#7)davidhofman2021-08-226-0/+454
* implement StandaloneTestVectorSuite (#6)davidhofman2021-08-161-0/+59
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-294-5/+57
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-284-22/+24
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-289-29/+95
* Handle exceptions in standalone testables better.J08nY2018-05-285-54/+73
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-281-41/+38
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-106-32/+3
* Show library name in test suite output in standalone testing.J08nY2018-02-054-3/+12
* Simplify test suites.J08nY2018-01-092-13/+12
* Fix YAML export and standalone build.J08nY2018-01-031-2/+2
* Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-303-3/+3
* Add more comprehensive XML output to standalone app.J08nY2017-12-303-0/+20
* Hide the Cleanup command in test suites.J08nY2017-12-281-5/+5
* Implement basic standalone testing.J08nY2017-12-067-11/+195
* Fix suites with new CommandTest.J08nY2017-12-051-1/+1
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-036-67/+61
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-033-61/+6
* Split Util class into a package.J08nY2017-11-261-3/+7
* Extract common CLI methods to CLITools.J08nY2017-11-141-3/+3
* Implement basic lib tests.J08nY2017-11-136-5/+213
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-134-0/+173