summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix usage printing args.J08nY2017-11-261-7/+10
* Make sure the SPI by the intended provider is always used.J08nY2017-11-261-1/+1
* Finish first keygen implementation.J08nY2017-11-262-7/+42
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-233-8/+64
* Fix CLI parsing, regex escape the dot.J08nY2017-11-181-1/+1
* Finish tree parsing of CLI args.J08nY2017-11-184-21/+103
* Add prefix handling of CLI actions.J08nY2017-11-151-6/+19
* Print usage correctly in CLITools Tree help.J08nY2017-11-151-3/+30
* Add Tree-like CLI parsing utilities.J08nY2017-11-154-1/+269
* Extract common CLI methods to CLITools.J08nY2017-11-141-0/+56
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-0/+11
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-4/+47
* Separate build files for standalone and reader apps.J08nY2017-11-127-5/+421
* Introduce ECTesterStandalone.J08nY2017-11-124-4/+68
* Split test package into common.J08nY2017-11-105-0/+278
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-107-0/+732