aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-24237-3352/+17412
|\
| * Correct doxygen commentlloyd2010-02-241-2/+2
| * Small cleanups in CVC. Reduce use of assert. Remove UTF-8 charslloyd2010-02-245-28/+25
| * Remove UTF-8 chars in commentslloyd2010-02-243-8/+4
| * Document removal of TR1 dependencylloyd2010-02-241-1/+1
| * Remove TR1 dependency in CVC codelloyd2010-02-2412-111/+25
| * Remove the precomputed z^2, z^3, a*z^4 values from PointGFplloyd2010-02-232-123/+23
| * in GFpElement remove some mutables and de-const membmer funcs as necessarylloyd2010-02-232-11/+11
| * Document removing TR1 dependency for ECClloyd2010-02-231-0/+1
| * Remove vestigal code in pointgfp for various side-channel countermeasureslloyd2010-02-231-56/+1
| * Make passhash9 tests more verbose since they are slowlloyd2010-02-231-2/+11
| * Cleanups. Remove PointGFp::mult_looplloyd2010-02-232-33/+14
| * Remove use of tr1 entirely from gfpmath.lloyd2010-02-2310-1105/+309
| * Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-232-5/+4
| * Use list comprehensions instead of filter/map to minimize changes neededlloyd2010-02-221-9/+8
| * If --gen-amalgamation is used, imply --disable-asm andlloyd2010-02-171-0/+10
| * Remove almost entirely unnecessary friend access from GFpElement tolloyd2010-02-173-59/+50
| * Remove use of old typedefslloyd2010-02-164-10/+10
| * Reset buffer position in end_msglloyd2010-02-141-0/+2
| * Switch back to stdio.h-based debug funcs, iostreams was broken and sillylloyd2010-02-141-11/+8
| * Make SecureQueue public. Needed, at least for the moment, for SSL handling.lloyd2010-02-147-7/+7
| * Call global functions with :: prefixlloyd2010-02-141-4/+4
| * In SCAN_Name's constructor, first run the input through deref_alias beforelloyd2010-02-142-3/+5
| * Correct passhash9 vector for recent format changes (longer salt+PRF output, a...lloyd2010-02-141-2/+3
| * Fix passhash9 test for updated API and macro namelloyd2010-02-141-6/+6
| * Minor tweak, save a line and more readable IMOlloyd2010-02-141-2/+1
| * Fix leaks in several of the cipher mode filters. Introduced by thelloyd2010-02-144-2/+12
| * Further passhash changes before release and things have to belloyd2010-02-057-110/+219
| * Fix some buffering and off-by-one errors in Buffering_Filter::writelloyd2010-02-031-19/+10
| * MD4's M buffer was set to be 48 words instead of 16. This had beenlloyd2010-02-032-1/+2
| * 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