aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a (clunky) function X509_Object::hash_used_for_signature thatlloyd2010-09-202-0/+26
* Don't use SecureVector to store certificate data; mlock'ed memory inlloyd2010-09-173-8/+8
* Add strict comparisons for X509_Timelloyd2010-09-172-0/+8
* Define a simpler Certificate_Store interface which should be muchlloyd2010-09-173-45/+56
* Hide X509_Object constructorlloyd2010-09-171-11/+11
* Remove dependencies on X509_Storelloyd2010-09-174-12/+23
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-1729-51/+6
* Require a TLS_Policylloyd2010-09-179-64/+60
* I had this older version of algorithm_benchmark included forlloyd2010-09-161-18/+0
* Add a helper function for encoding TLS values with length tagginglloyd2010-09-156-47/+60
* Use push_back for the single value += operatorlloyd2010-09-151-3/+1
* Update/fix SSL depslloyd2010-09-151-6/+5
* Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-1518-28/+32
* Document removing appendlloyd2010-09-151-2/+3
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-1534-157/+152
* Remove all versions of MemoryRegion::append.lloyd2010-09-151-19/+43
* Implicit conversionslloyd2010-09-145-21/+25
* Remove more implicit vector to pointer conversionslloyd2010-09-1413-51/+52
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-1421-54/+55
* Handle the case that container size() returns something other than u32bitlloyd2010-09-1415-23/+22
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-1468-272/+313
* Avoid 3-argument copylloyd2010-09-131-1/+1
* Split up definitions so it is easer to remove functions I want to remove.lloyd2010-09-131-19/+21
* Don't expose init (protected) with a using directivelloyd2010-09-131-8/+6
* Remove constructors of MemoryVector and SecureVector that took twolloyd2010-09-134-23/+16
* Fix examples for destroy being renamed clearlloyd2010-09-132-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-1335-126/+154
* More vector->pointer conversion removals.lloyd2010-09-1318-42/+49
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-1328-131/+163
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-1365-209/+218
* Not an error removing build if it didn't exist at alllloyd2010-09-101-1/+2
* Use a true lexicographic ordering in MemoryRegion::operator<lloyd2010-09-091-8/+11
* Read input as binarylloyd2010-09-081-1/+1
* Add an (undocumented) option --dirty-tree which does not delete the buildlloyd2010-09-081-4/+19
* Update the dynamic engine protocol. The initial version had an enginelloyd2010-09-081-30/+15
* Wording changeslloyd2010-09-081-3/+3
* Dynamic loading confirmed to work on Windows (tested Windows 7 x64)lloyd2010-09-081-0/+1
* Under certain compilation modules, HMODULE isn't a void* but rather alloyd2010-09-081-2/+2
* In the nmake clean target, delete additional stuff that VC++ drops intolloyd2010-09-081-0/+1
* Fix binary input in DataSource_Stream - the conditional was backwards.lloyd2010-09-082-11/+10
* Document recent changeslloyd2010-09-081-2/+5
* Specify the target host and port for tls_client on the command linelloyd2010-09-081-3/+18
* Really fix RC4 suites - it was set to use a key of 128 bytes == 1024 bits!lloyd2010-09-081-1/+1
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-0811-21/+20
* Fix RC4 suiteslloyd2010-09-081-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-0772-158/+166
* Oops... renamed this quite a while ago, never updated examplelloyd2010-09-071-6/+6
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-077-52/+39
* Add a basic test for cryptoboxlloyd2010-09-071-0/+46
* Call test that was defined but not usedlloyd2010-09-071-4/+5