aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_record.h
Commit message (Expand)AuthorAgeFilesLines
* Merge typolloyd2011-06-131-1/+0
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-17/+5
|\
| * Post-merge fixupslloyd2010-11-041-0/+2
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-13/+4
| |\
| | * function<> is in in std in C++0xlloyd2010-10-281-9/+4
* | | Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-1/+7
|/ /
* | If no TR1 is defined for use, error out here.lloyd2010-11-031-2/+4
* | Remove socket dependency from TLS_Server, instead interacting withlloyd2010-10-291-1/+0
|/
* Make Record_Writer call a callback instead of writing directly to the socketlloyd2010-10-191-2/+10
* Run MAC as standalone object instead of running it through a Pipe atlloyd2010-10-191-7/+16
* More size_tlloyd2010-10-151-8/+8
* Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-151-1/+1
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server.lloyd2010-03-301-2/+5
* Rename pad_amount to block_size, more accurate/descriptivelloyd2010-03-301-2/+2
* Remove the bits for supporting compression - it was never actuallylloyd2010-03-251-8/+4
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-231-8/+23
* Rename Policy to TLS_Policy.lloyd2010-02-161-3/+3
* Various minor SSL fixeslloyd2010-02-141-1/+1
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+79