summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone
Commit message (Expand)AuthorAgeFilesLines
...
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-261-2/+3
* Split Util class into a package.J08nY2017-11-262-8/+23
* 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-264-30/+59
* Finish first keygen implementation.J08nY2017-11-261-38/+89
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-232-12/+60
* Finish tree parsing of CLI args.J08nY2017-11-181-46/+81
* Add Tree-like CLI parsing utilities.J08nY2017-11-151-3/+2
* Extract common CLI methods to CLITools.J08nY2017-11-142-24/+20
* 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-137-7/+201
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-129-14/+353
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-0/+107
* Introduce ECTesterStandalone.J08nY2017-11-121-0/+13