aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-289-37/+197
* Implement ECDSA for standalone libs.J08nY2017-11-285-20/+163
* Add ECDH testing to standalone part.J08nY2017-11-285-87/+100
* Add a basic NativeECLibrary interface.J08nY2017-11-278-40/+181
* Export default lib curves in CSV.J08nY2017-11-272-5/+8
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-263-2/+44
* Split Util class into a package.J08nY2017-11-2616-198/+275
* Fix usage printing args.J08nY2017-11-261-7/+10
* Add export of default standalone lib params.J08nY2017-11-261-8/+40
* Make sure the SPI by the intended provider is always used.J08nY2017-11-265-31/+60
* Finish first keygen implementation.J08nY2017-11-263-45/+131
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-235-20/+124
* Fix CLI parsing, regex escape the dot.J08nY2017-11-181-1/+1
* Finish tree parsing of CLI args.J08nY2017-11-185-67/+184
* 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-156-7/+272
* Extract common CLI methods to CLITools.J08nY2017-11-144-61/+80
* Add KeyPairGenerator idents.J08nY2017-11-134-20/+79
* Implement basic lib tests.J08nY2017-11-136-5/+213
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-1317-51/+256
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-129-14/+353
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-126-7/+157
* Add ANSI curves.J08nY2017-11-129-0/+60
* Separate build files for standalone and reader apps.J08nY2017-11-1218-48/+55
* Introduce ECTesterStandalone.J08nY2017-11-126-5/+23
* Split test package into common.J08nY2017-11-1019-283/+336
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-1017-42/+41
* Cleanup and a new gitignore.J08nY2017-11-102-20/+18
* Add version information.v0.1.0J08nY2017-11-101-2/+12
* Output SWs as unsigned ints.J08nY2017-11-064-14/+17
* Introduce Result.Value.ERROR.J08nY2017-11-055-21/+35
* Introduce Response.error variable.J08nY2017-11-052-4/+15
* Fix some alignment issues.J08nY2017-11-051-2/+0
* Implement Result.ExpectedValue to add more logic to test evaluation.J08nY2017-11-0512-84/+157
* Add output of commands to test-suite YAML and XML output.J08nY2017-11-013-6/+35
* Add default test scripts.J08nY2017-11-012-0/+79
* Fix response output.J08nY2017-10-313-7/+7
* Add compound test to default tests.feature/test-output-htmlJ08nY2017-10-313-23/+63
* Specify Response.support string better.J08nY2017-10-271-1/+1
* Update README and help.J08nY2017-10-261-1/+3
* Add some more compound tests and suite descriptions.J08nY2017-10-267-24/+27
* Introduce a Result class, that has a value and a cause.J08nY2017-10-2513-103/+177
* Split ResponseWriter into separate class, introduce TestRunner.J08nY2017-10-2515-136/+154
* Simplify test contract.J08nY2017-10-255-33/+29
* Fix Command.prepareKey for private key.J08nY2017-10-251-1/+1
* Split TestSuite classes into separate files.J08nY2017-10-257-240/+324
* Add test.ok() information to XML and YAML outputs.J08nY2017-10-252-0/+5
* Add Compund test to test-vectors suite.J08nY2017-10-254-15/+83
* Fix output when missing output format option.J08nY2017-10-242-2/+7