aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/tls_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-270/+0
|
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-081-7/+7
|
* Remove unneeded includes and clean up socket feature testJack Lloyd2015-08-291-3/+1
|
* Avoid building tls_server on MinGW. GH #39Jack Lloyd2015-07-051-3/+3
|
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-1/+4
| | | | Fixes #146.
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-14/+14
| | | | to ensure proper flusing
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-7/+6
|
* Have TLS server take certificate and key from command linelloyd2015-01-111-27/+26
|
* 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.
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-1/+2
| | | | | with the setting set in the constructor. This prevents various surprising things from happening to applications and simplifies record processing.
* Command line prog cleanuplloyd2014-11-121-6/+5
|
* Fix warningslloyd2014-02-131-2/+2
|
* Cleanupslloyd2014-02-131-1/+0
|
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+4
|
* Warning fixes, and hook default algo list into speed commandlloyd2014-01-241-2/+2
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+262
the tests and botan for everything else.