aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+7
* Offer DTLS if connecting over UDPlloyd2012-11-071-0/+6
* Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-131-2/+1
* secure_renegotiation isn't a session value anymorelloyd2012-09-141-4/+0
* Remove debug outputlloyd2012-09-091-1/+1
* Support DTLS in tls_client. Support client-initiated close_notify (via 'Q')lloyd2012-09-091-98/+103
* Turn on NPNlloyd2012-08-061-1/+2
* OpenSSL gets cranky if we send application data mid handshakelloyd2012-07-281-3/+2
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-121-8/+9
* Use new header for sqlite session managerlloyd2012-06-291-2/+2
* Reformat output on the TLS client on handshake completion.lloyd2012-06-131-5/+12
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Huge pile of post merge fixups, mtn really fucked that mergelloyd2012-04-251-2/+2
* Various hacks for testing client auth, SRP, etclloyd2012-04-201-1/+10
* Use the SQLite session manager if availablelloyd2012-03-231-0/+11
* 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-51/+3
* Update examples with new ciphersuite string printerlloyd2012-01-231-3/+2
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-8/+9
* Cast to int, cout gets confused by unsigned charlloyd2012-01-201-3/+3
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-1/+1
* Some cleanups, use cout instead of printflloyd2012-01-191-21/+53
* 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