| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -17/+7 |
* | Rename queue_for_sending just send | lloyd | 2012-01-16 | 1 | -4/+4 |
* | More TLS documentation | lloyd | 2012-01-16 | 1 | -51/+77 |
* | Change TLS feature macro, major API changes. Start documenting | lloyd | 2012-01-16 | 2 | -58/+122 |
* | 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 |
* | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 1 | -0/+3 |
* | Basic instructions for building the docs | lloyd | 2011-12-17 | 1 | -5/+17 |
* | Add TCHead to list of users | lloyd | 2011-12-17 | 1 | -0/+3 |
* | Add basic NaCl target | lloyd | 2011-12-08 | 1 | -0/+2 |
* | Warn the user if targetting for GCC on Windows without an explicit | lloyd | 2011-12-02 | 1 | -0/+5 |
* | GCC doesn't like casting a function pointer to void* without an | lloyd | 2011-12-02 | 1 | -0/+2 |
* | Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162 | lloyd | 2011-11-28 | 1 | -0/+2 |
* | Fix PGP key link | lloyd | 2011-11-28 | 1 | -1/+1 |
* | Fix link, and use sphinx to generate | lloyd | 2011-11-28 | 1 | -3/+2 |
* | Poll clock_gettime in High_Resolution_Timestamp::poll with whatever | lloyd | 2011-11-11 | 1 | -0/+3 |
* | Add AltiVec detection for POWER7 processors | lloyd | 2011-11-02 | 1 | -0/+2 |
* | Include the needed sub in the log notes | lloyd | 2011-11-01 | 1 | -1/+2 |
* | Mention the 1.8 branch | lloyd | 2011-10-18 | 1 | -2/+3 |
* | Switch to the Python 3 syntax in configure.py. A Perl one-liner in the | lloyd | 2011-10-18 | 1 | -0/+5 |
* | Don't set the soname on OpenBSD (PR 158) | lloyd | 2011-10-11 | 1 | -0/+5 |
* | Note --cpu fix, bump version | lloyd | 2011-09-01 | 1 | -0/+8 |
* | Add the start of Python docs | lloyd | 2011-08-06 | 5 | -6/+42 |
* | Move reading list to its own file | lloyd | 2011-07-14 | 3 | -23/+25 |
* | 1.10.1 release1.10.1 | lloyd | 2011-07-11 | 2 | -23/+44 |
* | merge of '040da681d3a04ab0caf2f9ba7f8492d296fd7c0c' | lloyd | 2011-07-06 | 1 | -1/+1 |
|\ |
|
| * | Fix link | lloyd | 2011-06-20 | 1 | -1/+1 |