Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the asio server from a weird example server to a generic proxy server. | lloyd | 2015-01-10 | 1 | -326/+0 |
| | |||||
* | 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 | -3/+5 |
| | |||||
* | Fix warnings | lloyd | 2014-02-13 | 1 | -2/+3 |
| | |||||
* | Update Clang flags. Remove unneeded includes of init.h | lloyd | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 1 | -0/+3 |
| | |||||
* | Remove double init | lloyd | 2014-01-21 | 1 | -1/+0 |
| | |||||
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -5/+6 |
| | | | | | | | | | | | 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/+315 |
the tests and botan for everything else. |