aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #567/GH #457 TLS refactoring and Callbacks interfaceJack Lloyd2016-08-312-31/+25
|\
| * Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-163-39/+28
| * Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-4/+3
| * Compatibility patch for TLS::Callback interfaceMatthias Gierlings2016-06-191-2/+2
| * Added virtual Callback InterfaceMatthias Gierlings2016-06-192-2/+2
| * Implemented Feedback on GH #457Matthias Gierlings2016-06-193-5/+5
| * Fix For Travis CI build errors on Mac-Systems.Matthias Gierlings2016-06-191-2/+2
| * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-193-11/+17
* | Fix gen_bcrypt cmdletJack Lloyd2016-08-301-1/+1
* | Add /etc/ssl/certs to default cert pathJack Lloyd2016-08-301-1/+1
* | RNG changes (GH #593)Jack Lloyd2016-08-243-7/+26
* | Add RDRAND_RNGJack Lloyd2016-07-191-1/+14
* | 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