Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add header for std::min | Jack Lloyd | 2017-10-24 | 1 | -0/+1 |
| | |||||
* | Tweak help output a bit | Jack Lloyd | 2017-10-24 | 1 | -27/+6 |
| | |||||
* | Refactor option parsing in cli and test code | Jack Lloyd | 2017-10-24 | 1 | -7/+3 |
| | | | | Allows cleaning up header includes, also somewhat smaller binaries. | ||||
* | Reformat code with astyle + fix code style | Tomasz Frydrych | 2017-05-01 | 1 | -3/+1 |
| | |||||
* | Somewhat more helpful help | Jack Lloyd | 2016-04-28 | 1 | -5/+7 |
| | |||||
* | Avoid having Command* objects be created until requested. | Jack Lloyd | 2015-12-30 | 1 | -2/+2 |
| | | | | Avoids various static init and destruction hassles. | ||||
* | CLI rewrite | Jack Lloyd | 2015-12-19 | 1 | -157/+29 |
| | | | | | | | | | | | | | | | | | | The command line tools' origin as a collection of examples and test programs glued together led to some unfortunate problems; lots of hardcoded values, missing parameters, and obsolete crypto. Adds a small library for writing command line programs of the sort needed here (cli.h), which cuts the length of many of the commands in half and makes commands more pleasant to write and extend. Generalizes a lot of the commands also, eg previously only signing/verification with DSA/SHA-1 was included! Removes the fuzzer entry point since that's fairly useless outside of an instrumented build. Removes the in-library API for benchmarking. | ||||
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -0/+187 |