aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/rec_read.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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