aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the get_byte template to its own header, because many fileslloyd2010-02-0220-28/+44
* Prefix passhash with "$9$" in a manner similar with otherlloyd2010-02-025-19/+64
* Password hashing is a pretty useful service, really. Move the guts oflloyd2010-02-015-58/+133
* Document S2K changelloyd2010-02-011-0/+1
* Remove include of rng.h in s2k.h since it is no longer used. Add anlloyd2010-02-013-2/+1
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-0118-211/+150
* Lowercase DOCDIR to match common conventionslloyd2010-01-293-3/+3
* Add a set of test vectors for 3DES in counter mode generated bylloyd2010-01-291-0/+2746
* Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bitlloyd2010-01-281-0/+1408
* Remove debug checklloyd2010-01-271-7/+10
* Fix several buffering problems in the XTS implementation that wouldlloyd2010-01-252-9/+7141
* Remove global variablelloyd2010-01-222-4/+2
* Prevent a crash in GMP_Engine if the library is shutdown and thenlloyd2010-01-223-12/+18
* Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Useslloyd2010-01-228-0/+727
* s/j/i/ in looplloyd2010-01-211-2/+2
* Inline debug funcs to debug.h, make print_vec a template on the base typelloyd2010-01-213-38/+15
* Ignore example binarieslloyd2010-01-191-0/+1
* Fix cpuid examplelloyd2010-01-191-1/+0
* Add OID for Serpent/CBClloyd2010-01-191-0/+1
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-128-2/+2230
* Kill unneeded includelloyd2010-01-121-1/+0
* Fix a test broken by the recent exception hierarchy changeslloyd2010-01-121-10/+2
* Add operator& and non-mutating rotates to SIMD_32lloyd2010-01-124-0/+34
* Remove a debug printlloyd2010-01-121-3/+0
* Add block cipher cascadelloyd2010-01-117-2/+215
* Typo fixlloyd2010-01-111-1/+1
* Minor cleanuplloyd2010-01-081-8/+9
* Remove catch clauses made redundant by inheritence changes in exception hiera...lloyd2010-01-081-5/+0
* merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a'lloyd2010-01-0731-153/+97
|\
| * Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-0531-153/+97
* | Doxygen commentslloyd2010-01-071-14/+63
* | Use Algorithm_Factory instead of instantiating directly; will allow the uselloyd2010-01-071-10/+14
* | Recognize aes_isa engine, set as high prioritylloyd2010-01-061-4/+6
* | Add --verbose and --quiet optionslloyd2010-01-061-8/+21
* | simd_32 should be autoload, not always. Copy+pasted from util's info.txtlloyd2010-01-061-2/+0
|/
* Remove stubs for VIA Padlock support. I have no plans to implement itlloyd2010-01-052-24/+1
* Split AES tests by key length for AES-NIlloyd2010-01-051-44/+45
* merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a'lloyd2010-01-046-127/+90
|\
| * Remove Exception::set_msg. Inline all exception constructors.lloyd2010-01-045-125/+90
| * Remove debug printlloyd2010-01-041-2/+0
* | Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
* | Specific large tests for AES-128 to hit engineslloyd2010-01-041-3/+7
* | Move Tiger::mix to anon namespace lloyd2010-01-042-14/+17
* | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d'lloyd2010-01-042-1/+23
|\|
| * Make ssse3/aes_ni depend on sse2; --disable-sse2 turns off all of thenlloyd2010-01-041-0/+21
| * Fix compile; aes engine header is internallloyd2010-01-041-1/+2
* | Remove pshufb-based bswap_4; it causes problems too easily with externallloyd2010-01-041-21/+1
|/
* Completely inline getopt.cpp into getopt.h so it can be used in toolbox and o...lloyd2010-01-032-96/+85
* The first bits of a general toolbox program. Currently does hex and base64lloyd2009-12-311-0/+235
* Drop test_es.cpp, EntropySources no longer directly available outside librarylloyd2009-12-311-121/+0