aboutsummaryrefslogtreecommitdiffstats
path: root/checks/dolook.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generalize file reading test runner, use it for KDF and PBKDFlloyd2013-11-181-140/+3
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-10/+10
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
* Fixes for maintainer mode warningslloyd2011-05-161-0/+4
* Use size_t in filterslloyd2010-10-121-4/+4
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-1/+3
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-6/+2
* Use the standalone version of the hex decoder instead of the wrapper thatlloyd2010-09-031-4/+4
* Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-091-17/+18
* Give all Filter objects a method for querying their namelloyd2010-06-281-1/+9
* Reduce deps slightly in selftest codelloyd2010-03-031-4/+17
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-3/+3
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Use the new selftest framework for testing hashes, MACs, and ciphers.lloyd2009-10-071-51/+200
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-2/+2
* Expose use of global state in some of the lookup functions, includinglloyd2008-09-291-2/+3
* Modularize the Adler32 checksum in checksums/adler32lloyd2008-09-281-6/+6
* Fix more -Wmissing-declaration warningslloyd2008-06-181-10/+1
* Add a full set of tests for the ANSI X9.31 PRNG, using data takenlloyd2008-06-071-2/+2
* Remove the public domain notices from the self-test/benchmark code,lloyd2006-08-091-2/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+140