aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-397/+0
* Store the maximum fragment value instead of the code, convert to thelloyd2012-11-071-8/+6
* A quite different approach to extension handling, store both inboundlloyd2012-09-121-1/+7
* Spellinglloyd2012-09-121-4/+4
* Move Certificate message to it's own file.lloyd2012-08-061-2/+0
* Use unique_ptr in Server_Kex_Exchange and Extensionslloyd2012-08-061-6/+5
* Doxygen commentslloyd2012-07-061-0/+15
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-18/+18
* Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-0/+27
* Server side handling of session tickets, though currently with alloyd2012-03-221-1/+1
* Small fixes, cleanupslloyd2012-03-191-8/+5
* Various merge fixups.lloyd2012-03-161-3/+8
* propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-161-25/+137
|\
| * Move extension type here, no need to make it visible to appslloyd2012-01-241-0/+20
| * Send the supported elliptic curves extension. Instead of hardcodinglloyd2012-01-241-1/+2
| * Expose the named curve ID/string conversion functions, needed for server key ...lloyd2012-01-241-0/+3
| * Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-34/+38
| * Basic outline of the supported curves extension from RFC 4492lloyd2012-01-221-0/+25
| * Instead of using a hardcoded value for signature_algothms, go withlloyd2012-01-201-1/+2
| * TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-6/+6
| * Many fixes for TLS 1.2 though some things in particular client authlloyd2012-01-201-13/+39
| * Various and sundry bug fixeslloyd2012-01-191-1/+1
| * Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-6/+6
| * Read only support for signature_algorithms extension used in TLS 1.2lloyd2012-01-181-0/+33
* | Build fixeslloyd2012-01-111-8/+5
* | Outline of RFC 5077 session ticketslloyd2012-01-111-1/+36
|/
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-5/+5
* Add support for next protocol negotiation. Client only currently;lloyd2012-01-041-0/+38
* Add support for the maximum fragment length extension. No hooks for itlloyd2011-12-301-0/+32
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-3/+6
* About half an implementation of RFC 5746lloyd2011-12-291-0/+26
* Add support for sending server name indicator in client hellolloyd2011-12-291-0/+109