aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_channel.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-10/+48
|\
| * Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-161-6/+42
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-24/+13
|\|
| * Add SecureQueue::emptylloyd2012-03-071-5/+5
| * Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-051-24/+13
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-4/+4
|/
* Remove Alert::Level enum, replace with boollloyd2012-01-261-5/+5
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-3/+3
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-20/+18
* Convert Internal_Error exceptions into the cooresponding alert.lloyd2012-01-241-0/+5
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-3/+3
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-11/+15
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-1/+2
* Rename queue_for_sending just sendlloyd2012-01-161-3/+3
* If we send the close notify alert, don't reset the reader because thelloyd2012-01-081-10/+16
* The server would incorrectly send a server key exchange message when alloyd2012-01-061-1/+2
* Remove the version getter in TLS_Channel - caller should use thelloyd2012-01-061-7/+2
* Make record reading faster (less copying, no queue at all), at thelloyd2012-01-051-10/+16
* Add a hook in TLS_Channel that is called when an alert is received.lloyd2012-01-041-2/+4
* Compile fixlloyd2012-01-041-1/+1
* Remove the support for writing application data before the handshakelloyd2012-01-041-12/+3
* As someone pointed out on the TLS list, NPN isn't really a negotiationlloyd2012-01-041-2/+2
* Make handshake completion function non-optional. Now returns a boollloyd2012-01-031-1/+1
* Rename the session type to 'TLS_Session'. Split the manager out intolloyd2011-12-301-2/+2
* Add a function for getting the version number of an active connection.lloyd2011-12-301-1/+10
* Prevent ping-ponging of close alerts by tracking both if a handshakelloyd2011-12-301-13/+20
* Full support for renegotiation including RFC 5746 extensions forlloyd2011-12-301-5/+40
* Many renegotiation fixes. Add support for the secure renegotiationlloyd2011-12-301-2/+46
* About half an implementation of RFC 5746lloyd2011-12-291-1/+2
* Don't buffer in the record writer at all - we immediately process andlloyd2011-12-281-2/+0
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-8/+16
* We wouldn't send an alert before handshaking was complete becauselloyd2011-12-281-7/+4
* First rev of working session resumption (server side only). Only workslloyd2011-12-271-1/+7
* Initial hooks for session resumptionlloyd2011-12-231-5/+3
* Centralize a lot of the handshaking and message parsing in TLS_Channellloyd2011-12-231-0/+188