aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-281-0/+1
* 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 the edge-cases test suite.J08nY2018-05-252-3/+9
* Add the AddSubChain wycheproof vectors.J08nY2018-05-234-5/+5
* Add compression test suite.J08nY2018-05-024-4/+14
* Add degenerate curves test suite.J08nY2018-04-281-1/+3
* Better sort EC_Data, handle errors better in wrong curves suite.J08nY2018-04-261-0/+13
* Output whole stack trace when a TestException happens.J08nY2018-04-261-0/+4
* Fix wrong test suite evaluation.J08nY2018-04-253-2/+10
* Output date in test suite outputs.J08nY2018-04-253-4/+18
* Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.J08nY2018-04-051-27/+25
* Fix point decompression in util.J08nY2018-03-271-2/+8
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-144-4/+4
* Rename the CORRUPT command to TRANSFORM, as it does that now.J08nY2018-03-141-12/+12
* Better evaluate results of compound test in some test suites.J08nY2018-03-061-0/+37
* Handle the extended Exception support also on reader side.J08nY2018-03-062-69/+96
* Order EC data nicely, also helps ordering tests in some suites.J08nY2018-03-061-1/+34
* Add some docs and fix ECTesterReader --bit-size option.J08nY2018-03-034-2/+53
* Allow outputing test suite results into more formats and files.J08nY2018-02-112-0/+76
* 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-1013-76/+262
* 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-043-1/+30
* Fix default test suite F2M domain setting.J08nY2018-02-031-0/+12
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-204-1/+22
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-143-0/+9
* Simplify default test suite.J08nY2018-01-134-12/+17
* Simplify test suites.J08nY2018-01-096-91/+43
* Fix YAML output key mis-rename.J08nY2018-01-051-1/+1
* Fix YAML export and standalone build.J08nY2018-01-031-1/+1
* Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-301-0/+6
* Hide the Cleanup command in test suites.J08nY2017-12-286-20/+67
* Parse KA and Sig type specified as string in cli.J08nY2017-12-281-123/+116
* Remove unused Testable.meta().J08nY2017-12-274-34/+6
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-273-25/+47
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-276-439/+194
* Extract TestWriters into common.J08nY2017-12-065-6/+476
* Fix CommandTest getDescription.J08nY2017-12-061-1/+2
* Specialize test suites in reader package to classes.J08nY2017-12-053-1/+65
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-033-1/+20
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-035-3/+127
* Make sure byteArrays are of positive BigIntegers.J08nY2017-12-011-3/+3
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-10/+52
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-1/+94
* Export default lib curves in CSV.J08nY2017-11-271-3/+6
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-262-0/+41
* Split Util class into a package.J08nY2017-11-266-149/+210