| Commit message (Expand) | Author | Age | Files | Lines |
* | Add makefile dependency on credentials.h. Use 1024 bit keys for | lloyd | 2012-02-27 | 3 | -11/+19 |
* | Create and save certs on the fly for hostnames as they are asked for | lloyd | 2012-02-03 | 1 | -17/+89 |
* | Split up the psk function as the server also wants to be able to look | lloyd | 2012-01-27 | 1 | -0/+14 |
* | Use boost::asio instead of standalone asio as it's more commonly | lloyd | 2012-01-27 | 3 | -44/+49 |
* | Change callback interface to pass the Alert object itself instead | lloyd | 2012-01-26 | 3 | -14/+14 |
* | Need boost_thread for asio example now | lloyd | 2012-01-26 | 1 | -0/+3 |
* | Use multiple threads in asio example server | lloyd | 2012-01-26 | 1 | -13/+74 |
* | We can now actually handle multiple certificate types in the server | lloyd | 2012-01-24 | 1 | -5/+25 |
* | The credentials manager interface seems a much better place for cert | lloyd | 2012-01-23 | 4 | -157/+61 |
* | Update examples with new ciphersuite string printer | lloyd | 2012-01-23 | 2 | -5/+4 |
* | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 3 | -26/+27 |
* | 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 |
* | s/queue_for_sending/send | lloyd | 2012-01-18 | 1 | -2/+2 |
* | Small fixes | lloyd | 2012-01-16 | 2 | -15/+4 |
* | Avoid overlapping writes. Pretend to be an HTTP server | lloyd | 2012-01-07 | 1 | -19/+79 |
* | Various example updates. Add a new TLS server example that uses asio | lloyd | 2012-01-06 | 4 | -26/+296 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -2/+15 |
* | Example fixes | lloyd | 2012-01-03 | 2 | -3/+9 |
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 1 | -18/+48 |
* | 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 | 2 | -2/+4 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 2 | -1/+33 |
* | 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 | 2 | -5/+8 |
* | Just print printable | lloyd | 2011-12-28 | 1 | -2/+0 |
* | Don't stall on error | lloyd | 2011-12-28 | 1 | -3/+6 |
* | Additional bits for SSLv3 client auth | lloyd | 2011-12-28 | 1 | -1/+4 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 2 | -3/+8 |
* | Make the server example less fragile, write a class that emulates the | lloyd | 2011-12-27 | 1 | -30/+118 |
* | Initial hooks for session resumption | lloyd | 2011-12-23 | 1 | -0/+3 |
* | Centralize a lot of the handshaking and message parsing in TLS_Channel | lloyd | 2011-12-23 | 5 | -196/+36 |
* | First stab at an event driven TLS client. | lloyd | 2011-12-23 | 2 | -37/+92 |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 1 | -0/+1 |
* | Fix linking for examples | lloyd | 2011-06-06 | 1 | -1/+1 |
* | Fix the very basic operations for encoding and decoding a | lloyd | 2011-05-17 | 1 | -1/+1 |
* | A few more WinSock fixes for TLS examples | lloyd | 2011-04-29 | 3 | -9/+12 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 3 | -31/+82 |
* | Some doc updates, include the DSA examples in pubkey, remove outdated | lloyd | 2011-04-20 | 4 | -6/+7 |
* | It's likely that other FPE methods will be desirable once they are | lloyd | 2011-04-20 | 1 | -3/+3 |
* | More doc updates | lloyd | 2011-04-08 | 3 | -29/+5 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 17 | -326/+85 |
* | Drop the GTK example; it probably makes more sense to use threads | lloyd | 2011-04-08 | 5 | -708/+0 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 67 | -0/+6852 |
* | Convert most of the documentation to reStructured Text, adding | lloyd | 2011-04-04 | 60 | -6381/+0 |
* | Add bcrypt and keywrap examples | lloyd | 2011-02-23 | 2 | -0/+83 |
* | Fix tls_server example compilation | lloyd | 2010-11-30 | 1 | -2/+8 |
* | Remove incorrect comment | lloyd | 2010-11-29 | 1 | -16/+4 |
* | Inherit policy and override check_cert | lloyd | 2010-11-29 | 2 | -2/+33 |