aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-131-2/+2
|\
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-2/+2
| |\
| | * function<> is in in std in C++0xlloyd2010-10-281-2/+2
* | | I can't spelllloyd2011-05-131-4/+4
|/ /
* / Cleanuplloyd2010-10-291-1/+1
|/
* Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-191-26/+14
* Make Record_Writer call a callback instead of writing directly to the socketlloyd2010-10-191-2/+2
* Last u32bit->size_t for ssllloyd2010-10-151-2/+2
* Use size_t in ssllloyd2010-10-151-11/+11
* Use size_t in filterslloyd2010-10-121-1/+1
* Require a TLS_Policylloyd2010-09-171-15/+19
* Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-151-2/+2
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-3/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Remove add_entropy_vec. Much cleaner way of doing this: add the entirelloyd2010-04-271-2/+2
* Add the other parties Random value to the local PRNG statelloyd2010-04-231-0/+2
* Clean up ciphersuite handlinglloyd2010-04-171-8/+11
* Remove printfslloyd2010-03-231-17/+0
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-231-7/+42
* Remove use of old PKCS8_ and X509_ typedefslloyd2010-02-161-2/+2
* Rename Policy to TLS_Policy.lloyd2010-02-161-5/+5
* Various minor SSL fixeslloyd2010-02-141-12/+9
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+574