aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/cli (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-101-4/+6
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-3/+23
* Add testing of previous prime R to wrong test suite.J08nY2018-07-051-0/+4
* Add support for colored output.J08nY2018-07-022-2/+95
* Add list-suites option to both reader and standalone.J08nY2018-05-292-9/+7
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-141-1/+1
* Simplify test suites.J08nY2018-01-091-0/+8
* 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-261-7/+7
* 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-0/+324