aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/asio_tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add OCSP example. Fix minor compile issues.lloyd2013-11-281-0/+1
* Split TLS callbacks into a data callback and an alert callback.lloyd2013-11-051-26/+38
* Example compile fixeslloyd2012-12-081-1/+1
* This buffer size does not need to match TLSlloyd2012-09-111-1/+1
* Allow configurable # of threads, useful for scale testinglloyd2012-06-201-2/+4
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-42/+2
* Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-0/+5
* Add makefile dependency on credentials.h. Use 1024 bit keys forlloyd2012-02-271-5/+12
* Use boost::asio instead of standalone asio as it's more commonlylloyd2012-01-271-26/+23
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-8/+8
* Use multiple threads in asio example serverlloyd2012-01-261-13/+74
* The credentials manager interface seems a much better place for certlloyd2012-01-231-53/+3
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-10/+10
* s/queue_for_sending/sendlloyd2012-01-181-2/+2
* Small fixeslloyd2012-01-161-14/+3
* Avoid overlapping writes. Pretend to be an HTTP serverlloyd2012-01-071-19/+79
* Various example updates. Add a new TLS server example that uses asiolloyd2012-01-061-0/+266