Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -85/+0 |
| | |||||
* | Replace C interfaces in cli apps with C++ interfaces | Simon Warta | 2015-12-08 | 1 | -7/+7 |
| | |||||
* | Remove unused pkcs8 includes | Simon Warta | 2015-08-03 | 1 | -0/+1 |
| | | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8 | ||||
* | Merge pull request #130 from webmaster128/fstream | Simon Warta | 2015-06-23 | 1 | -1/+1 |
|\ | | | | | ifstream/ostream take std::string | ||||
| * | ifstream/ostream take std::string | Simon Warta | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 1 | -2/+2 |
|/ | | | | to ensure proper flusing | ||||
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -0/+6 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Command line prog cleanup | lloyd | 2014-11-12 | 1 | -14/+14 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -1/+8 |
| | | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool | ||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -0/+71 |
the tests and botan for everything else. |