| Commit message (Expand) | Author | Age | Files | Lines |
* | Set m_readbuf_pos == m_readbuf.size(), resizing the vector as needed | lloyd | 2012-09-11 | 1 | -2/+0 |
* | Move the record type checks up to Channel as besides that the record | lloyd | 2012-09-11 | 1 | -1/+1 |
* | Missing constant | lloyd | 2012-08-13 | 1 | -0/+2 |
* | Add Handshake_Type codes for RFC 6066 handshake types. | lloyd | 2012-06-10 | 1 | -0/+3 |
* | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from | lloyd | 2012-04-16 | 1 | -1/+2 |
* | Remove the Ciphersuite_Code enum and move all ciphersuite | lloyd | 2012-03-30 | 1 | -84/+0 |
* | Add SecureQueue::empty | lloyd | 2012-03-07 | 1 | -17/+18 |
* | Add Camellia ciphersuites from RFC 4132. | lloyd | 2012-01-28 | 1 | -0/+6 |
* | Add anon SRP ciphersuites to the list, add missing _CBC on the | lloyd | 2012-01-28 | 1 | -6/+10 |
* | Support alternate PRF hashes in TLS 1.2. Add support for the SHA-384 | lloyd | 2012-01-28 | 1 | -1/+6 |
* | Working though somewhat clumsy DHE_PSK and ECDHE_PSK. Tested against GnuTLS | lloyd | 2012-01-27 | 1 | -2/+8 |
* | Make Alert a first class object ala Version. Move the alert codes into | lloyd | 2012-01-26 | 1 | -39/+0 |
* | Go back to choosing the ciphersuite based on the server's preferences. | lloyd | 2012-01-25 | 1 | -7/+18 |
* | Move extension type here, no need to make it visible to apps | lloyd | 2012-01-24 | 1 | -20/+0 |
* | Add support for the IDEA ciphersuite, though don't require it to be | lloyd | 2012-01-24 | 1 | -0/+1 |
* | Remove Certificate_Type enum | lloyd | 2012-01-24 | 1 | -11/+0 |
* | Make the version number a proper class, makes many things much easier | lloyd | 2012-01-23 | 1 | -8/+0 |
* | 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 | -35/+0 |
* | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -1/+1 |
* | Support SSLv3 client auth on the client side. | lloyd | 2012-01-19 | 1 | -4/+8 |
* | Read only support for signature_algorithms extension used in TLS 1.2 | lloyd | 2012-01-18 | 1 | -11/+16 |
* | If we send the close notify alert, don't reset the reader because the | lloyd | 2012-01-08 | 1 | -1/+3 |
* | The server would incorrectly send a server key exchange message when a | lloyd | 2012-01-06 | 1 | -5/+4 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -0/+4 |
* | Add Credentials_Manager which is an interface to something that knows | lloyd | 2012-01-03 | 1 | -1/+2 |
* | Code for NewSessionTicket handshake message | lloyd | 2012-01-03 | 1 | -0/+1 |
* | Some basic infrastructure pieces for SRP (policy, etc) | lloyd | 2011-12-31 | 1 | -3/+0 |
* | Many renegotiation fixes. Add support for the secure renegotiation | lloyd | 2011-12-30 | 1 | -1/+4 |
* | About half an implementation of RFC 5746 | lloyd | 2011-12-29 | 1 | -1/+3 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -0/+11 |
* | SSLv3 clients will send this as a warning if the server requests a | lloyd | 2011-12-29 | 1 | -0/+1 |
* | Working though hacking client verify (server side only). Only supports | lloyd | 2011-12-28 | 1 | -1/+4 |
* | Make TLS_Session_Params a real class. Various cleanups. | lloyd | 2011-12-28 | 1 | -2/+3 |
* | Session deserialization | lloyd | 2011-12-27 | 1 | -1/+1 |
* | Much smarter state transition checking: at each point in the | lloyd | 2011-12-27 | 1 | -3/+3 |
* | Add the code for DHE/DSS with RC4, not 'official' but the codepoint | lloyd | 2011-12-27 | 1 | -0/+1 |
* | Rename ssl module to tls | lloyd | 2011-12-23 | 1 | -0/+192 |