| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -397/+0 |
* | Store the maximum fragment value instead of the code, convert to the | lloyd | 2012-11-07 | 1 | -8/+6 |
* | A quite different approach to extension handling, store both inbound | lloyd | 2012-09-12 | 1 | -1/+7 |
* | Spelling | lloyd | 2012-09-12 | 1 | -4/+4 |
* | Move Certificate message to it's own file. | lloyd | 2012-08-06 | 1 | -2/+0 |
* | Use unique_ptr in Server_Kex_Exchange and Extensions | lloyd | 2012-08-06 | 1 | -6/+5 |
* | Doxygen comments | lloyd | 2012-07-06 | 1 | -0/+15 |
* | 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 | -18/+18 |
* | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from | lloyd | 2012-04-16 | 1 | -0/+27 |
* | Server side handling of session tickets, though currently with a | lloyd | 2012-03-22 | 1 | -1/+1 |
* | Small fixes, cleanups | lloyd | 2012-03-19 | 1 | -8/+5 |
* | Various merge fixups. | lloyd | 2012-03-16 | 1 | -3/+8 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0... | lloyd | 2012-03-16 | 1 | -25/+137 |
|\ |
|
| * | Move extension type here, no need to make it visible to apps | lloyd | 2012-01-24 | 1 | -0/+20 |
| * | Send the supported elliptic curves extension. Instead of hardcoding | lloyd | 2012-01-24 | 1 | -1/+2 |
| * | Expose the named curve ID/string conversion functions, needed for server key ... | lloyd | 2012-01-24 | 1 | -0/+3 |
| * | Since this branch is hugely API breaking already, go ahead and put | lloyd | 2012-01-23 | 1 | -34/+38 |
| * | Basic outline of the supported curves extension from RFC 4492 | lloyd | 2012-01-22 | 1 | -0/+25 |
| * | Instead of using a hardcoded value for signature_algothms, go with | lloyd | 2012-01-20 | 1 | -1/+2 |
| * | TLS_Ciphersuite_Algos was just a strange level of indirection between | lloyd | 2012-01-20 | 1 | -6/+6 |
| * | Many fixes for TLS 1.2 though some things in particular client auth | lloyd | 2012-01-20 | 1 | -13/+39 |
| * | Various and sundry bug fixes | lloyd | 2012-01-19 | 1 | -1/+1 |
| * | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a | lloyd | 2012-01-19 | 1 | -6/+6 |
| * | Read only support for signature_algorithms extension used in TLS 1.2 | lloyd | 2012-01-18 | 1 | -0/+33 |
* | | Build fixes | lloyd | 2012-01-11 | 1 | -8/+5 |
* | | Outline of RFC 5077 session tickets | lloyd | 2012-01-11 | 1 | -1/+36 |
|/ |
|
* | As someone pointed out on the TLS list, NPN isn't really a negotiation | lloyd | 2012-01-04 | 1 | -5/+5 |
* | Add support for next protocol negotiation. Client only currently; | lloyd | 2012-01-04 | 1 | -0/+38 |
* | Add support for the maximum fragment length extension. No hooks for it | lloyd | 2011-12-30 | 1 | -0/+32 |
* | Full support for renegotiation including RFC 5746 extensions for | lloyd | 2011-12-30 | 1 | -3/+6 |
* | About half an implementation of RFC 5746 | lloyd | 2011-12-29 | 1 | -0/+26 |
* | Add support for sending server name indicator in client hello | lloyd | 2011-12-29 | 1 | -0/+109 |