aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/cli.h
Commit message (Expand)AuthorAgeFilesLines
* Remove most uses of explicit new operator in cliJack Lloyd2021-04-031-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+2
* Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-301-1/+1
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-0/+4
* Add --format option for RNG cmdletJack Lloyd2019-05-091-0/+9
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-0/+7
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-041-0/+2
* Merge the rest of GH #1387Jack Lloyd2018-01-141-1/+1
|\
| * Simplify codeRené Korthaus2018-01-141-3/+4
| * Print a command description for cli helpRené Korthaus2018-01-141-5/+8
* | Print a command description for cli helpRené Korthaus2018-01-041-5/+8
|/
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-301-4/+3
* Tweak help output a bitJack Lloyd2017-10-241-5/+8
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-434/+45
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-021-5/+23
* Fix --error-output= option to cliJack Lloyd2017-09-011-3/+3
* Simplify RNG logic in CLI a bitJack Lloyd2017-08-311-8/+3
* Refactor RNG seeding logic in command line interfaceJack Lloyd2017-08-301-33/+8
* Fix missing binary mode flag on compression ofstreamsVolker Aßmann2017-06-061-2/+2
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-21/+47
* In CLI, if system RNG is available prefer itJack Lloyd2017-02-231-1/+8
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+6
* Fix a couple MSVC warnings.Jack Lloyd2016-04-091-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-4/+4
* Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-1/+2
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-15/+41
* Add Command::rng()Jack Lloyd2015-12-271-0/+16
* Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-261-1/+1
|\
| * some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* | Add virtual destructor to Botan_CLI::CommandSimon Warta2015-12-261-0/+1
* | Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-231-24/+2
|/
* Add --data-dir option to test commandJack Lloyd2015-12-201-2/+24
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-2/+5
* CLI rewriteJack Lloyd2015-12-191-0/+508