| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OCSP example. Fix minor compile issues. | lloyd | 2013-11-28 | 1 | -1/+1 |
* | Split TLS callbacks into a data callback and an alert callback. | lloyd | 2013-11-05 | 1 | -8/+7 |
* | Offer DTLS if connecting over UDP | lloyd | 2012-11-07 | 1 | -0/+6 |
* | Add TLS::Server_Information to encapsulate the hostname/port pair. | lloyd | 2012-10-13 | 1 | -2/+1 |
* | secure_renegotiation isn't a session value anymore | lloyd | 2012-09-14 | 1 | -4/+0 |
* | Remove debug output | lloyd | 2012-09-09 | 1 | -1/+1 |
* | Support DTLS in tls_client. Support client-initiated close_notify (via 'Q') | lloyd | 2012-09-09 | 1 | -98/+103 |
* | Turn on NPN | lloyd | 2012-08-06 | 1 | -1/+2 |
* | OpenSSL gets cranky if we send application data mid handshake | lloyd | 2012-07-28 | 1 | -3/+2 |
* | Add an optional parameter to TLS::Client specifying the port number. | lloyd | 2012-07-12 | 1 | -8/+9 |
* | Use new header for sqlite session manager | lloyd | 2012-06-29 | 1 | -2/+2 |
* | Reformat output on the TLS client on handshake completion. | lloyd | 2012-06-13 | 1 | -5/+12 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 1 | -2/+2 |
* | Various hacks for testing client auth, SRP, etc | lloyd | 2012-04-20 | 1 | -1/+10 |
* | Use the SQLite session manager if available | lloyd | 2012-03-23 | 1 | -0/+11 |
* | Change callback interface to pass the Alert object itself instead | lloyd | 2012-01-26 | 1 | -3/+3 |
* | The credentials manager interface seems a much better place for cert | lloyd | 2012-01-23 | 1 | -51/+3 |
* | Update examples with new ciphersuite string printer | lloyd | 2012-01-23 | 1 | -3/+2 |
* | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -8/+9 |
* | Cast to int, cout gets confused by unsigned char | lloyd | 2012-01-20 | 1 | -3/+3 |
* | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -1/+1 |
* | Some cleanups, use cout instead of printf | lloyd | 2012-01-19 | 1 | -21/+53 |
* | Various example updates. Add a new TLS server example that uses asio | lloyd | 2012-01-06 | 1 | -10/+12 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -2/+15 |
* | Example fixes | lloyd | 2012-01-03 | 1 | -2/+7 |
* | Add support for client-side session resumption | lloyd | 2011-12-31 | 1 | -66/+77 |
* | Rename the session type to 'TLS_Session'. Split the manager out into | lloyd | 2011-12-30 | 1 | -1/+2 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 1 | -0/+16 |
* | New more interesting client, pipes stdin<->remote box via TLS ala | lloyd | 2011-12-30 | 1 | -74/+122 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -1/+3 |
* | Don't stall on error | lloyd | 2011-12-28 | 1 | -3/+6 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 1 | -0/+3 |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 1 | -1/+1 |
* | First stab at an event driven TLS client. | lloyd | 2011-12-23 | 1 | -33/+76 |
* | A few more WinSock fixes for TLS examples | lloyd | 2011-04-29 | 1 | -2/+3 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 1 | -1/+7 |
* | Some doc updates, include the DSA examples in pubkey, remove outdated | lloyd | 2011-04-20 | 1 | -1/+1 |
* | More doc updates | lloyd | 2011-04-08 | 1 | -16/+5 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 1 | -0/+96 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 1 | -96/+0 |
* | Inherit policy and override check_cert | lloyd | 2010-11-29 | 1 | -1/+17 |
* | Make TLS_Client entirely via callbacks, not talking to Socket directly | lloyd | 2010-10-19 | 1 | -1/+3 |
* | Fix examples | lloyd | 2010-10-13 | 1 | -1/+3 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+5 |
* | Specify the target host and port for tls_client on the command line | lloyd | 2010-09-08 | 1 | -3/+18 |
* | Just report total size output at the end | lloyd | 2010-04-19 | 1 | -1/+7 |
* | Fix minor errors and warnings in the examples. Remove boost dependency from | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Various minor SSL fixes | lloyd | 2010-02-14 | 1 | -9/+5 |
* | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 1 | -0/+55 |