aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/rec_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* Send the renegotiation extension SCSV in the the client hellos, andlloyd2012-06-121-0/+1
* A bad decrypt on a TLS 1.0/1.1 message would cause a mostly infinitelloyd2011-12-311-1/+6
* I can't spelllloyd2011-05-131-2/+2
* Run MAC as standalone object instead of running it through a Pipe atlloyd2010-10-191-15/+18
* Last u32bit->size_t for ssllloyd2010-10-151-8/+8
* More size_tlloyd2010-10-151-10/+10
* Remove debug.h includelloyd2010-10-071-1/+0
* More vector->pointer conversion removals.lloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-1/+3
* Fix a few hundred Doxygen warningslloyd2010-06-151-4/+4
* Fix comparison to use IVs with a hypothetical negotiated TLS that useslloyd2010-06-091-1/+1
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add support for reading SSLv2 client helloslloyd2010-04-171-0/+29
* If the CBC padding is incorrect, then assume the pad size is zero andlloyd2010-04-091-4/+10
* Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server.lloyd2010-03-301-5/+12
* Rename pad_amount to block_size, more accurate/descriptivelloyd2010-03-301-5/+7
* Remove the bits for supporting compression - it was never actuallylloyd2010-03-251-11/+0
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-231-27/+41
* Rename Policy to TLS_Policy.lloyd2010-02-161-1/+1
* Various minor SSL fixeslloyd2010-02-141-3/+3
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+204