| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename all the message source files to msg_ | lloyd | 2012-08-03 | 1 | -368/+0 |
* | Combine Handshake_Writer and Handshake_Reader into Handshake_IO. | lloyd | 2012-08-03 | 1 | -7/+7 |
* | Fix DTLS version string. | lloyd | 2012-07-28 | 1 | -2/+2 |
* | Add a class that handles writing handshake messages instead of pushing | lloyd | 2012-07-16 | 1 | -4/+4 |
* | Changes to version handling in support of DTLS work. | lloyd | 2012-07-12 | 1 | -1/+1 |
* | Split TLS::Policy::allowed_hashes into allowed_signature_hashes and | lloyd | 2012-06-29 | 1 | -2/+2 |
* | A fix for bug 192. First, when renegotiating in the client, attempt to | lloyd | 2012-06-09 | 1 | -41/+2 |
* | Clients sending a SSLv2 hello would cause an internal failure because | lloyd | 2012-06-07 | 1 | -2/+15 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -13/+13 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 1 | -2/+5 |
* | Add a bool param to renegotiate on if we should force a full | lloyd | 2012-04-18 | 1 | -1/+5 |
* | Send almost all of the extensions on a renegotiation on an existing | lloyd | 2012-04-18 | 1 | -14/+12 |
* | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from | lloyd | 2012-04-16 | 1 | -12/+19 |
* | Remove Policy::choose_compression and move to tls_server | lloyd | 2012-04-04 | 1 | -2/+2 |
* | Remove the Ciphersuite_Code enum and move all ciphersuite | lloyd | 2012-03-30 | 1 | -0/+4 |
* | Include the curves and sig algos list in a session resumption client | lloyd | 2012-03-23 | 1 | -5/+16 |
* | Working client-side session tickets. Tested against gmail.com and | lloyd | 2012-03-22 | 1 | -2/+5 |
* | Basic protocol message flow for session tickets | lloyd | 2012-03-20 | 1 | -2/+2 |
* | Small fixes, cleanups | lloyd | 2012-03-19 | 1 | -0/+1 |
* | Various merge fixups. | lloyd | 2012-03-16 | 1 | -21/+26 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0... | lloyd | 2012-03-16 | 1 | -65/+117 |
|\ |
|
| * | Add SecureQueue::empty | lloyd | 2012-03-07 | 1 | -1/+1 |
| * | Move the handshake serialization code to Record_Writer | lloyd | 2012-03-03 | 1 | -26/+3 |
| * | Make Alert a first class object ala Version. Move the alert codes into | lloyd | 2012-01-26 | 1 | -1/+1 |
| * | Send the supported elliptic curves extension. Instead of hardcoding | lloyd | 2012-01-24 | 1 | -1/+4 |
| * | Get the list of supported ECC curves out of the client hello, and | lloyd | 2012-01-24 | 1 | -0/+3 |
| * | Add Ciphersuite::to_string | lloyd | 2012-01-23 | 1 | -1/+1 |
| * | Make the version number a proper class, makes many things much easier | lloyd | 2012-01-23 | 1 | -6/+10 |
| * | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -9/+13 |
| * | When generating a signature in TLS 1.2, respect the request of the | lloyd | 2012-01-20 | 1 | -1/+2 |
| * | Instead of using a hardcoded value for signature_algothms, go with | lloyd | 2012-01-20 | 1 | -1/+10 |
| * | New policy methods. User provides lists of ciphers, hashes, etc they | lloyd | 2012-01-20 | 1 | -1/+1 |
| * | TLS_Ciphersuite_Algos was just a strange level of indirection between | lloyd | 2012-01-20 | 1 | -10/+4 |
| * | Basic processing for signature_algorithms extension in client hello | lloyd | 2012-01-20 | 1 | -1/+33 |
| * | Initialize values once in constructor instead of in each branch | lloyd | 2012-01-20 | 1 | -7/+12 |
| * | Many fixes for TLS 1.2 though some things in particular client auth | lloyd | 2012-01-20 | 1 | -32/+36 |
| * | Various and sundry bug fixes | lloyd | 2012-01-19 | 1 | -0/+3 |
| * | Remove Handshake_Message::deserialize which was an unnecessary hook. | lloyd | 2012-01-19 | 1 | -7/+7 |
* | | Build fixes | lloyd | 2012-01-11 | 1 | -0/+6 |
|/ |
|
* | Kill stray char | lloyd | 2012-01-10 | 1 | -1/+1 |
* | As someone pointed out on the TLS list, NPN isn't really a negotiation | lloyd | 2012-01-04 | 1 | -2/+2 |
* | The first 4 bytes of the client and server randoms are supposed to be | lloyd | 2012-01-04 | 1 | -2/+12 |
* | Split hello.cpp into c_hello.cpp and s_hello.cpp | lloyd | 2012-01-04 | 1 | -0/+290 |