aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/output (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-257-593/+0
|
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-041-1/+2
|
* Add test of ECDH when keypair has engated pubkey.J08nY2018-12-161-3/+3
|
* Add ECDH validation tests using BouncyCastle.J08nY2018-11-141-0/+3
|
* Reformat all code.J08nY2018-08-123-14/+16
|
* Add tests of increasingly larger prime R to better understand behavior of impls.J08nY2018-07-161-0/+1
|
* Output tests better.J08nY2018-07-131-3/+14
|
* Add testing of previous prime R to wrong test suite.J08nY2018-07-051-2/+2
|
* Also export test index in YAML and XML.J08nY2018-07-052-8/+15
|
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-055-22/+22
|
* Rename and reorder tests.J08nY2018-07-031-1/+2
|
* Better display results in console.J08nY2018-07-031-3/+12
|
* Add list-suites option to both reader and standalone.J08nY2018-05-293-3/+3
| | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options.
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-281-4/+4
|
* Add degenerate curves test suite.J08nY2018-04-281-1/+3
|
* Output whole stack trace when a TestException happens.J08nY2018-04-261-0/+4
|
* Fix wrong test suite evaluation.J08nY2018-04-251-1/+1
|
* Output date in test suite outputs.J08nY2018-04-253-4/+18
|
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-143-3/+3
|
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-032-1/+22
|
* Allow outputing test suite results into more formats and files.J08nY2018-02-111-0/+43
|
* Output Result causes better in YAML.J08nY2018-02-112-3/+16
|
* Fix XML output of Result cause.J08nY2018-02-101-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-104-24/+98
|
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-143-0/+9
|
* Simplify default test suite.J08nY2018-01-131-7/+9
|
* Fix YAML output key mis-rename.J08nY2018-01-051-1/+1
|
* Fix YAML export and standalone build.J08nY2018-01-031-1/+1
|
* Hide the Cleanup command in test suites.J08nY2017-12-281-2/+2
|
* Remove unused Testable.meta().J08nY2017-12-271-5/+6
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-1/+1
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-276-439/+194
|
* Extract TestWriters into common.J08nY2017-12-064-4/+475
|
* Specialize test suites in reader package to classes.J08nY2017-12-051-1/+1
|
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-031-1/+0
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-032-0/+54
|
* Separate build files for standalone and reader apps.J08nY2017-11-122-2/+36
|
* Introduce ECTesterStandalone.J08nY2017-11-121-0/+62