aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid name clashing, Sun Studio doesn't like thislloyd2010-09-071-2/+3
* Disable a couple of very noisy warnings which don't provde a hugelloyd2010-09-071-1/+2
* Prevent loop variable shadowinglloyd2010-09-071-12/+12
* Remove trailing comma from enum decllloyd2010-09-071-1/+1
* Prevent shadowing of one loop param with anotherlloyd2010-09-071-1/+1
* Update CPU optimization flags for Sun Studio to the previous decade.lloyd2010-09-071-6/+10
* My version of Sun Studio has the same reverse iterator bug as GCC 3lloyd2010-09-071-1/+1
* The SSSE3 intrinsics apparently work under Sun Studio as welllloyd2010-09-071-0/+1
* Cast the first argument to msync, munmap, mlock, and munlock to char*lloyd2010-09-072-4/+4
* If the numeric_limits tests fail, make the output a little less dramaticlloyd2010-09-031-4/+4
* Fix comparison functorlloyd2010-09-031-3/+3
* According to Thomas Maier-Komor in a post to botan-devel, the rightlloyd2010-09-031-0/+2
* Clean up the unix process running entropy source a little bit. Tweaklloyd2010-09-033-24/+35
* Work around Sun Studio multimap insert buglloyd2010-09-031-0/+5
* The modern name for Sun Workshop Pro is Sun Studiolloyd2010-09-031-1/+1
* Uglify Data_Store::search_with a little to go through multimap_insertlloyd2010-09-031-1/+7
* Remove calling getsid, it causes problems with too many differentlloyd2010-09-031-3/+1
* Remove declaration of Hex_Encoder::encode, which was removed in an earlierlloyd2010-09-031-8/+4
* Fix dependency update scriptslloyd2010-09-032-2/+2
* Add dependencies for SSL modulelloyd2010-09-031-0/+20
* Remove filter/pipe dependency herelloyd2010-09-032-14/+6
* Document recent changeslloyd2010-09-031-0/+4
* Wrap lineslloyd2010-09-031-7/+23
* Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-034-35/+26
* Add a simple function to MemoryRegion to truncate to a specified size.lloyd2010-09-031-0/+10
* Use the standalone version of the hex decoder instead of the wrapper thatlloyd2010-09-038-122/+102
* Add a standalone version of hex encoding and decoding, defining the filterslloyd2010-09-038-137/+334
* Interesting factoid, turns out that overloading std::swap is notlloyd2010-09-021-1/+5
* Add 1.8.10 change noteslloyd2010-08-311-0/+9
* Rename mp_amd64_msvc to mp_msvc64 since it supports both AMD64 andlloyd2010-08-253-2/+2
* Add support for Windows-style dynamic loading with LoadLibrary. Notlloyd2010-08-253-8/+32
* Add 3 more tests of Tiger, test vectors via Crypto++lloyd2010-08-231-0/+20
* merge of '4c134c636202fe03606cf0825bad22bd5362a224'lloyd2010-08-223-8/+9
|\
| * Add support for Atom processors.lloyd2010-08-223-8/+9
* | For passhash9, add another interface that allows the caller to specifylloyd2010-08-224-18/+45
|/
* When creating a PBKDF2, first check if the argument name is a knownlloyd2010-08-212-2/+11
* Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,lloyd2010-08-214-6/+16