aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/rec_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Alert a first class object ala Version. Move the alert codes intolloyd2012-01-261-10/+9
* Move around the order of arguments to activate() and add thelloyd2012-01-251-2/+6
* Make the version number a proper class, makes many things much easierlloyd2012-01-231-14/+20
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-1/+5
* TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-1/+1
* Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-3/+0
* I'm not sure if I like this asthetically, but passing around thelloyd2012-01-191-1/+1
* In the reader preallocate the buffer that we'll store the computed MAClloyd2012-01-061-20/+20
* The server would incorrectly send a server key exchange message when alloyd2012-01-061-42/+46
* Remove the version getter in TLS_Channel - caller should use thelloyd2012-01-061-32/+25
* Cleanupslloyd2012-01-051-17/+10
* Make record reading faster (less copying, no queue at all), at thelloyd2012-01-051-52/+98
* If the maximum fragment extension was negotiated, enforce it. Alsolloyd2012-01-051-0/+20
* Less buffer movement in the record readerlloyd2012-01-041-62/+71
* Add a function for getting the version number of an active connection.lloyd2011-12-301-1/+11
* Reset the sequence numbers when we activate a connection state. Thislloyd2011-12-301-0/+1
* Working though hacking client verify (server side only). Only supportslloyd2011-12-281-4/+8
* Make tls_session_key.h an internal headerlloyd2011-12-271-0/+1
* Fix crashlloyd2011-12-231-1/+6
* Rename ssl module to tlslloyd2011-12-231-0/+255