aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/tls_server_asio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-101-326/+0
|
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Command line prog cleanuplloyd2014-11-121-3/+5
|
* Fix warningslloyd2014-02-131-2/+3
|
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-1/+0
|
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+3
|
* Remove double initlloyd2014-01-211-1/+0
|
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-1/+1
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-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 forlloyd2014-01-101-0/+315
the tests and botan for everything else.