| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -533/+0 |
* | Add Brainpool curves to TLS, and prefer them by default. | lloyd | 2013-09-08 | 1 | -0/+12 |
* | Store the maximum fragment value instead of the code, convert to the | lloyd | 2012-11-07 | 1 | -29/+25 |
* | A quite different approach to extension handling, store both inbound | lloyd | 2012-09-12 | 1 | -1/+9 |
* | Spelling | lloyd | 2012-09-12 | 1 | -3/+3 |
* | Use unique_ptr in Server_Kex_Exchange and Extensions | lloyd | 2012-08-06 | 1 | -18/+6 |
* | Make TLS::Channel::send non-virtual as neither Client nor Server | lloyd | 2012-06-18 | 1 | -0/+5 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -17/+17 |
* | 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 | -0/+3 |
* | Limit the lifetime of tickets to Policy::session_ticket_lifetime() | lloyd | 2012-04-04 | 1 | -4/+9 |
* | Server side handling of session tickets, though currently with a | lloyd | 2012-03-22 | 1 | -2/+2 |
* | Basic protocol message flow for session tickets | lloyd | 2012-03-20 | 1 | -1/+1 |
* | Small fixes, cleanups | lloyd | 2012-03-19 | 1 | -0/+6 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0... | lloyd | 2012-03-16 | 1 | -29/+264 |
|\ |
|
| * | Add client-side support for PSK kex. Tested against OpenSSL. | lloyd | 2012-01-27 | 1 | -0/+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 | -15/+0 |
| * | Expose the named curve ID/string conversion functions, needed for server key ... | lloyd | 2012-01-24 | 1 | -9/+5 |
| * | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -9/+13 |
| * | Have the client key exchange examine the server key exchange message | lloyd | 2012-01-23 | 1 | -0/+2 |
| * | Basic outline of the supported curves extension from RFC 4492 | lloyd | 2012-01-22 | 1 | -14/+142 |
| * | Fix decoding of signature_algorithms if we say something we don't recognize | lloyd | 2012-01-20 | 1 | -4/+4 |
| * | Strangely you can negotiate using only MD5 in TLS 1.2. Just ignore it | lloyd | 2012-01-20 | 1 | -5/+2 |
| * | Instead of using a hardcoded value for signature_algothms, go with | lloyd | 2012-01-20 | 1 | -15/+0 |
| * | TLS_Ciphersuite_Algos was just a strange level of indirection between | lloyd | 2012-01-20 | 1 | -64/+54 |
| * | Many fixes for TLS 1.2 though some things in particular client auth | lloyd | 2012-01-20 | 1 | -7/+12 |
| * | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -3/+3 |
| * | Read only support for signature_algorithms extension used in TLS 1.2 | lloyd | 2012-01-18 | 1 | -0/+139 |
* | | Outline of RFC 5077 session tickets | lloyd | 2012-01-11 | 1 | -0/+2 |
|/ |
|
* | As someone pointed out on the TLS list, NPN isn't really a negotiation | lloyd | 2012-01-04 | 1 | -4/+4 |
* | Split hello.cpp into c_hello.cpp and s_hello.cpp | lloyd | 2012-01-04 | 1 | -4/+0 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -1/+46 |
* | Add a function for getting the version number of an active connection. | lloyd | 2011-12-30 | 1 | -0/+1 |
* | Add support for the maximum fragment length extension. No hooks for it | lloyd | 2011-12-30 | 1 | -8/+51 |
* | Full support for renegotiation including RFC 5746 extensions for | lloyd | 2011-12-30 | 1 | -15/+46 |
* | Many renegotiation fixes. Add support for the secure renegotiation | lloyd | 2011-12-30 | 1 | -0/+2 |
* | About half an implementation of RFC 5746 | lloyd | 2011-12-29 | 1 | -9/+13 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -0/+150 |