aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_messages.h
Commit message (Expand)AuthorAgeFilesLines
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-0/+6
* Add TLS::Policy::negotiate_heartbeat_support which controls if thelloyd2012-10-131-0/+1
* Missing return valuelloyd2012-09-191-0/+1
* A quite different approach to extension handling, store both inboundlloyd2012-09-121-79/+132
* Avoid another instance of pulling the key out of the certificatelloyd2012-09-071-1/+1
* Save the peer public key in the handshake state instead of pulling itlloyd2012-09-071-1/+1
* Pass process_handshake_msg a reference to the Handshake_Statelloyd2012-09-061-8/+8
* Make the CCS message a Handshake_Msg and send it through the handshakelloyd2012-08-101-0/+9
* Expose Handshake_Message as an API type.lloyd2012-08-061-52/+41
* Move server-specific parts of the handshake state to a server subclass.lloyd2012-08-061-0/+1
* Const Handshake_State args where possiblelloyd2012-08-061-2/+2
* Use unique_ptr in Server_Kex_Exchange and Extensionslloyd2012-08-061-2/+3
* Have all the TLS handshake messages stored in unique_ptrs with onlylloyd2012-08-061-6/+6
* m_ namespace remaining TLS messageslloyd2012-08-061-14/+14
* Add Handshake_Hash::resetlloyd2012-08-031-3/+7
* Combine Handshake_Writer and Handshake_Reader into Handshake_IO.lloyd2012-08-031-15/+15
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-161-16/+15
* Add TLS::Policy::minimum_dh_group_size, default 1024. Send anlloyd2012-06-251-0/+1
* Make TLS::Channel::send non-virtual as neither Client nor Serverlloyd2012-06-181-0/+1
* A fix for bug 192. First, when renegotiating in the client, attempt tolloyd2012-06-091-0/+1
* 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-60/+61
* Add a bool param to renegotiate on if we should force a fulllloyd2012-04-181-0/+1
* Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-15/+22
* Finish up server side SRP support, a little ugly but it works.lloyd2012-04-061-1/+6
* Initial client-side support for SRP (finally!). Tested against OpenSSLlloyd2012-04-051-0/+1
* Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-041-23/+10
* Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-231-0/+1
* Include the curves and sig algos list in a session resumption clientlloyd2012-03-231-0/+1
* Server side handling of session tickets, though currently with alloyd2012-03-221-3/+9
* Basic protocol message flow for session ticketslloyd2012-03-201-12/+10
* Various merge fixups.lloyd2012-03-161-4/+4
* propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-161-101/+126
|\
| * Add SecureQueue::emptylloyd2012-03-071-0/+20
| * Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-4/+4
| * Move the handshake serialization code to Record_Writerlloyd2012-03-031-3/+3
| * Server side PSKlloyd2012-01-271-6/+5
| * Somewhat cleaner PSK handlinglloyd2012-01-271-3/+4
| * Server side PSK kexlloyd2012-01-271-2/+3
| * Add client-side support for PSK kex. Tested against OpenSSL.lloyd2012-01-271-0/+4
| * Move all key exchange mechanism code (eg DH/ECDH/SRP) out of thelloyd2012-01-251-3/+9
| * s/tls_suites/tls_ciphersuite/lloyd2012-01-241-1/+1
| * We can now actually handle multiple certificate types in the serverlloyd2012-01-241-2/+4
| * Remove Certificate_Type enumlloyd2012-01-241-2/+2
| * Send the supported elliptic curves extension. Instead of hardcodinglloyd2012-01-241-2/+3
| * Get the list of supported ECC curves out of the client hello, andlloyd2012-01-241-0/+3
| * Working ECDH key exchange. Only tested on client side but seems goodlloyd2012-01-241-2/+1
| * Don't assume the server key exchange consists of a series of BigInts.lloyd2012-01-241-3/+2
| * Make the version number a proper class, makes many things much easierlloyd2012-01-231-12/+12
| * Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-21/+25