| Commit message (Expand) | Author | Age | Files | Lines |
* | RNG changes (GH #593) | Jack Lloyd | 2016-08-24 | 1 | -1/+6 |
* | Fix a couple MSVC warnings. | Jack Lloyd | 2016-04-09 | 1 | -1/+1 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -4/+4 |
* | Get rid of "extra ';'" warnings and force semicolon after macros | Simon Warta | 2016-01-11 | 1 | -1/+2 |
* | Avoid having Command* objects be created until requested. | Jack Lloyd | 2015-12-30 | 1 | -15/+41 |
* | Add Command::rng() | Jack Lloyd | 2015-12-27 | 1 | -0/+16 |
* | Merge pull request #378 from neusdan/warning_fixes | Jack Lloyd | 2015-12-26 | 1 | -1/+1 |
|\ |
|
| * | some trivial compiler/PVS-Studio warning fixes | Daniel Neus | 2015-12-22 | 1 | -1/+1 |
* | | Add virtual destructor to Botan_CLI::Command | Simon Warta | 2015-12-26 | 1 | -0/+1 |
* | | Add DSA keygen and --der-out flag to keygen and pkcs8 tools | Jack Lloyd | 2015-12-23 | 1 | -24/+2 |
|/ |
|
* | Add --data-dir option to test command | Jack Lloyd | 2015-12-20 | 1 | -2/+24 |
* | Remove all remaining uses of throwing a std:: exception directly | Jack Lloyd | 2015-12-19 | 1 | -2/+5 |
* | CLI rewrite | Jack Lloyd | 2015-12-19 | 1 | -0/+508 |