| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add X509_Certificate::to_string | lloyd | 2010-11-29 | 1 | -122/+1 |
* | MemoryRegion::set was removed | lloyd | 2010-11-29 | 1 | -1/+2 |
* | New way of specifying key lengths | lloyd | 2010-10-29 | 1 | -1/+6 |
* | Remove use of lookups | lloyd | 2010-10-29 | 2 | -6/+10 |
* | Make TLS_Client entirely via callbacks, not talking to Socket directly | lloyd | 2010-10-19 | 1 | -1/+3 |
* | Use binary I/O where needed | lloyd | 2010-10-15 | 10 | -11/+11 |
* | Fix examples | lloyd | 2010-10-13 | 4 | -7/+11 |
* | Fix compilation of examples; benchmarking and RNG changes mostly | lloyd | 2010-10-12 | 5 | -35/+13 |
* | Fix examples for destroy being renamed clear | lloyd | 2010-09-13 | 2 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+5 |
* | Read input as binary | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Specify the target host and port for tls_client on the command line | lloyd | 2010-09-08 | 1 | -3/+18 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Oops... renamed this quite a while ago, never updated example | lloyd | 2010-09-07 | 1 | -6/+6 |
* | Allow generating larger keys in rsa_kgen example (up to 16K bits) | lloyd | 2010-08-18 | 1 | -1/+1 |
* | Missing include, VC++ complained | lloyd | 2010-08-12 | 1 | -0/+1 |
* | Organize CPUID output a little more nicely | lloyd | 2010-07-28 | 1 | -4/+10 |
* | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions. | lloyd | 2010-07-27 | 1 | -5/+4 |
* | Modify CPUID so all the check functions are purely inline. Add a new | lloyd | 2010-07-26 | 1 | -2/+4 |