aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-76/+3
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-1/+1
* Fixes for headers missing in certain configurationsJack Lloyd2017-09-231-0/+1
* More include header cleanupsJack Lloyd2017-09-211-10/+2
* Reflect -fstack-protector and related flags in `botan config ldflags`Jack Lloyd2017-09-191-0/+2
* Correct output of `botan config libs`Jack Lloyd2017-09-161-2/+1
* Simplify RNG logic in CLI a bitJack Lloyd2017-08-311-7/+10
* Merge GH #1169 Add LLVM bitcode targetJack Lloyd2017-08-311-36/+73
|\
| * Work around limitation in old GCC and ClangJack Lloyd2017-08-311-1/+1
| * Refactor RNG seeding logic in command line interfaceJack Lloyd2017-08-301-36/+73
* | More MSVC warnings fixesJack Lloyd2017-08-311-1/+9
|/
* Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-191-0/+4
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-17/+22
* Add hex encoder/decoder CLI utilJack Lloyd2017-04-131-0/+37
* Add HMAC CLI commandRené Korthaus2017-04-131-0/+48
* Use entropy source for cli rng.Alexander Bluhm2017-03-291-1/+11
* In CLI, if system RNG is available prefer itJack Lloyd2017-02-231-2/+2
* Add CPUID::to_stringJack Lloyd2017-01-221-1/+1
* Fix gen_bcrypt cmdletJack Lloyd2016-08-301-1/+1
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+9
* Add RDRAND_RNGJack Lloyd2016-07-191-1/+14
* Update rng cli - can make multiple requestsJack Lloyd2016-07-171-5/+10
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-2/+2
* Add final attribute to many classesJack Lloyd2016-01-101-10/+10
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-13/+20
* Add Command::rng()Jack Lloyd2015-12-271-2/+1
* Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-231-1/+5
* CLI rewriteJack Lloyd2015-12-191-0/+266