aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/encryption.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-1/+1
* Implement chacha20poly1305 in botan CLISimon Warta2018-02-281-0/+1
* Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* Avoid using namespace, other cleanupsJack Lloyd2017-10-241-27/+24
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-5/+3
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* More include header cleanupsJack Lloyd2017-09-211-2/+0
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-021-26/+10
* 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