aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Revamp entropy pollingJack Lloyd2016-07-171-20/+8
* HMAC_RNG not always in buildJack Lloyd2016-07-171-2/+7
* Update rng cli - can make multiple requestsJack Lloyd2016-07-171-5/+10
* Add Stateful_RNGJack Lloyd2016-07-171-4/+2
* Add FPE_FE1 runtime metricsJack Lloyd2016-05-231-0/+47
* Somewhat more helpful helpJack Lloyd2016-04-281-5/+7
* Remove Transform base classJack Lloyd2016-04-212-41/+49
* Catch the right exception type so errors are reported instead ofJack Lloyd2016-04-151-8/+17
* Fix a couple MSVC warnings.Jack Lloyd2016-04-092-7/+9
* Add McEliece timeJack Lloyd2016-04-031-0/+82
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-25/+35
* TLS client featuresJack Lloyd2016-03-161-9/+52
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-11/+11
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-4/+49
* Add tests and timings for inverse_modJack Lloyd2016-02-201-7/+38
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-183-14/+14
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-2/+0
* Guard use of X9.31 RNG in macro checkJack Lloyd2016-01-291-3/+5
* Fix buffer sizes in speed. Avoid repeated MAC keyingsJack Lloyd2016-01-291-12/+8
* Add time tests for all RNG typesJack Lloyd2016-01-261-11/+68
* Add speed test for entropy sourcesJack Lloyd2016-01-171-6/+31
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-173-4/+4
* Support small buffers in speed tests. Add RNG speed tests.Jack Lloyd2016-01-171-90/+136
* Merge GH #408 Add final attribute on many classesJack Lloyd2016-01-1211-33/+33
|\
| * Add final attribute to many classesJack Lloyd2016-01-1011-33/+33
* | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-1/+2
|/
* add missing overridesDaniel Neus2016-01-081-1/+1
* 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