| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline Record_Reader to Channel as well | lloyd | 2012-09-06 | 1 | -116/+0 |
* | Record_Reader::m_macbuf no longer used | lloyd | 2012-09-06 | 1 | -4/+0 |
* | Move record reading also to a stand alone function | lloyd | 2012-09-06 | 1 | -257/+17 |
* | Use it for the reader as well | lloyd | 2012-09-06 | 1 | -89/+42 |
* | Do record decryption in place | lloyd | 2012-09-05 | 1 | -30/+49 |
* | Distinguish read and write specific objects | lloyd | 2012-09-04 | 1 | -29/+29 |
* | Move check of plaintext size to after MAC check. Use assign instead of | lloyd | 2012-08-07 | 1 | -8/+8 |
* | This was in an awkward place | lloyd | 2012-08-07 | 1 | -2/+1 |
* | Track the sequence number and return it from the record reader. Take | lloyd | 2012-08-07 | 1 | -2/+5 |
* | Wrap lines | lloyd | 2012-08-06 | 1 | -1/+5 |
* | Store record MAC objects in unique_ptr | lloyd | 2012-08-06 | 1 | -8/+5 |
* | Rename activate to more descriptive change_cipher_spec | lloyd | 2012-07-29 | 1 | -4/+4 |
* | Changes to version handling in support of DTLS work. | lloyd | 2012-07-12 | 1 | -1/+1 |
* | Pull the TLS padding checks out to an anon function. | lloyd | 2012-07-05 | 1 | -32/+59 |
* | A fix for bug 192. First, when renegotiating in the client, attempt to | lloyd | 2012-06-09 | 1 | -0/+5 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -3/+3 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -2/+2 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 1 | -1/+2 |
* | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from | lloyd | 2012-04-16 | 1 | -1/+2 |
* | Make Alert a first class object ala Version. Move the alert codes into | lloyd | 2012-01-26 | 1 | -10/+9 |
* | Move around the order of arguments to activate() and add the | lloyd | 2012-01-25 | 1 | -2/+6 |
* | Make the version number a proper class, makes many things much easier | lloyd | 2012-01-23 | 1 | -14/+20 |
* | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -1/+5 |
* | TLS_Ciphersuite_Algos was just a strange level of indirection between | lloyd | 2012-01-20 | 1 | -1/+1 |
* | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -3/+0 |
* | I'm not sure if I like this asthetically, but passing around the | lloyd | 2012-01-19 | 1 | -1/+1 |
* | In the reader preallocate the buffer that we'll store the computed MAC | lloyd | 2012-01-06 | 1 | -20/+20 |
* | The server would incorrectly send a server key exchange message when a | lloyd | 2012-01-06 | 1 | -42/+46 |
* | Remove the version getter in TLS_Channel - caller should use the | lloyd | 2012-01-06 | 1 | -32/+25 |
* | Cleanups | lloyd | 2012-01-05 | 1 | -17/+10 |
* | Make record reading faster (less copying, no queue at all), at the | lloyd | 2012-01-05 | 1 | -52/+98 |
* | If the maximum fragment extension was negotiated, enforce it. Also | lloyd | 2012-01-05 | 1 | -0/+20 |
* | Less buffer movement in the record reader | lloyd | 2012-01-04 | 1 | -62/+71 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 1 | -1/+11 |
* | Reset the sequence numbers when we activate a connection state. This | lloyd | 2011-12-30 | 1 | -0/+1 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 1 | -4/+8 |
* | Make tls_session_key.h an internal header | lloyd | 2011-12-27 | 1 | -0/+1 |
* | Fix crash | lloyd | 2011-12-23 | 1 | -1/+6 |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+255 |