aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various example updates. Add a new TLS server example that uses asiolloyd2012-01-061-10/+12
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-2/+15
* Example fixeslloyd2012-01-031-2/+7
* Add support for client-side session resumptionlloyd2011-12-311-66/+77
* 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-0/+16
* New more interesting client, pipes stdin<->remote box via TLS alalloyd2011-12-301-74/+122
* Add support for sending server name indicator in client hellolloyd2011-12-291-1/+3
* Don't stall on errorlloyd2011-12-281-3/+6
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-0/+3
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-1/+1
* First stab at an event driven TLS client.lloyd2011-12-231-33/+76
* A few more WinSock fixes for TLS exampleslloyd2011-04-291-2/+3
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-1/+7
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-201-1/+1
* More doc updateslloyd2011-04-081-16/+5
* More pubkey doc updateslloyd2011-04-081-0/+96
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-96/+0
* Inherit policy and override check_certlloyd2010-11-291-1/+17
* Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-191-1/+3
* Fix exampleslloyd2010-10-131-1/+3
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+5
* Specify the target host and port for tls_client on the command linelloyd2010-09-081-3/+18
* Just report total size output at the endlloyd2010-04-191-1/+7
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-1/+1
* Various minor SSL fixeslloyd2010-02-141-9/+5
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+55