aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move base64, bzip, ca, and tls exampleslloyd2014-01-011-255/+0
* Add MSG_NOSIGNAL as 0 on platforms that don't have it.lloyd2013-12-311-0/+4
* Add OCSP example. Fix minor compile issues.lloyd2013-11-281-1/+1
* Split TLS callbacks into a data callback and an alert callback.lloyd2013-11-051-6/+9
* secure_renegotiation isn't a session value anymorelloyd2012-09-141-4/+0
* Support both TLS and DTLS in the tls_server example.lloyd2012-09-091-141/+159
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-7/+7
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-23/+43
|\
| * Various hacks for testing client auth, SRP, etclloyd2012-04-201-1/+9
| * Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-16/+28
* | Fix examples. Use crazy hack of compiling asio tls server using 4.6.0lloyd2012-02-201-7/+7
|/
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-3/+3
* The credentials manager interface seems a much better place for certlloyd2012-01-231-53/+2
* Update examples with new ciphersuite string printerlloyd2012-01-231-2/+2
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-8/+8
* Small fixeslloyd2012-01-161-1/+1
* Various example updates. Add a new TLS server example that uses asiolloyd2012-01-061-13/+15
* Example fixeslloyd2012-01-031-1/+2
* Add Credentials_Manager which is an interface to something that knowslloyd2012-01-031-18/+48
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-1/+2
* Add a function for getting the version number of an active connection.lloyd2011-12-301-1/+17
* Add support for sending server name indicator in client hellolloyd2011-12-291-4/+5
* Just print printablelloyd2011-12-281-2/+0
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-3/+5
* Make the server example less fragile, write a class that emulates thelloyd2011-12-271-30/+118
* Initial hooks for session resumptionlloyd2011-12-231-0/+3
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-15/+34
* A few more WinSock fixes for TLS exampleslloyd2011-04-291-2/+2
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-1/+2
* More doc updateslloyd2011-04-081-6/+0
* More pubkey doc updateslloyd2011-04-081-0/+109
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-108/+0
* Fix tls_server example compilationlloyd2010-11-301-2/+8
* Inherit policy and override check_certlloyd2010-11-291-1/+16
* Fix exampleslloyd2010-10-131-1/+3
* Cleanups. Name our cert for localhost. Used AutoSeeded_RNG.lloyd2010-04-191-12/+16
* TLS_Server example - more printfs, configurable portlloyd2010-02-171-3/+13
* Various minor SSL fixeslloyd2010-02-141-1/+1
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+71