aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* String comparision fixesDaniel Neus2016-01-041-1/+1
* Fixes for compress cli utilJack Lloyd2016-01-041-5/+4
* Add ECDH via OpenSSLJack Lloyd2016-01-041-2/+2
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-3013-59/+92
* Add Command::rng()Jack Lloyd2015-12-279-58/+42
* Missing addJack Lloyd2015-12-261-1/+0
* 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
* | Fix Clang warningJack Lloyd2015-12-251-0/+3
* | Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-10/+0
* | Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-233-48/+77
|/
* Add --data-dir option to test commandJack Lloyd2015-12-201-2/+24
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-194-15/+18
* CLI rewriteJack Lloyd2015-12-1945-4221/+3067
* Improve some argument checks and usage messages of cli appsSimon Warta2015-12-1212-18/+27
* Missing addsJack Lloyd2015-12-112-2/+0
* Rename cmd/app -> cliSimon Warta2015-12-0938-0/+5280