aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/encryption.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-021-26/+10
| | | | Prevents redirection using --output and --error-output
* Fix 3 space indentSimon Warta2017-04-181-4/+4
|
* Add BOTAN_HAS_AEAD_MODES requirement for encryption cliSimon Warta2017-04-181-1/+1
|
* Update registration format of "encryption" cli commandSimon Warta2017-04-181-2/+2
|
* Add more ciphersSimon Warta2017-04-181-6/+20
|
* Adapt cli command encryption to new cli interfaceSimon Warta2017-04-181-37/+42
|
* Add botan encryption cli appSimon Warta2017-04-181-0/+120