| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0... | lloyd | 2010-02-24 | 237 | -3352/+17412 |
|\ |
|
| * | Correct doxygen comment | lloyd | 2010-02-24 | 1 | -2/+2 |
| * | Small cleanups in CVC. Reduce use of assert. Remove UTF-8 chars | lloyd | 2010-02-24 | 5 | -28/+25 |
| * | Remove UTF-8 chars in comments | lloyd | 2010-02-24 | 3 | -8/+4 |
| * | Document removal of TR1 dependency | lloyd | 2010-02-24 | 1 | -1/+1 |
| * | Remove TR1 dependency in CVC code | lloyd | 2010-02-24 | 12 | -111/+25 |
| * | Remove the precomputed z^2, z^3, a*z^4 values from PointGFp | lloyd | 2010-02-23 | 2 | -123/+23 |
| * | in GFpElement remove some mutables and de-const membmer funcs as necessary | lloyd | 2010-02-23 | 2 | -11/+11 |
| * | Document removing TR1 dependency for ECC | lloyd | 2010-02-23 | 1 | -0/+1 |
| * | Remove vestigal code in pointgfp for various side-channel countermeasures | lloyd | 2010-02-23 | 1 | -56/+1 |
| * | Make passhash9 tests more verbose since they are slow | lloyd | 2010-02-23 | 1 | -2/+11 |
| * | Cleanups. Remove PointGFp::mult_loop | lloyd | 2010-02-23 | 2 | -33/+14 |
| * | Remove use of tr1 entirely from gfpmath. | lloyd | 2010-02-23 | 10 | -1105/+309 |
| * | Remove unused variable in ec_dompar. Add missing include to ecc_key | lloyd | 2010-02-23 | 2 | -5/+4 |
| * | Use list comprehensions instead of filter/map to minimize changes needed | lloyd | 2010-02-22 | 1 | -9/+8 |
| * | If --gen-amalgamation is used, imply --disable-asm and | lloyd | 2010-02-17 | 1 | -0/+10 |
| * | Remove almost entirely unnecessary friend access from GFpElement to | lloyd | 2010-02-17 | 3 | -59/+50 |
| * | Remove use of old typedefs | lloyd | 2010-02-16 | 4 | -10/+10 |
| * | Reset buffer position in end_msg | lloyd | 2010-02-14 | 1 | -0/+2 |
| * | Switch back to stdio.h-based debug funcs, iostreams was broken and silly | lloyd | 2010-02-14 | 1 | -11/+8 |
| * | Make SecureQueue public. Needed, at least for the moment, for SSL handling. | lloyd | 2010-02-14 | 7 | -7/+7 |
| * | Call global functions with :: prefix | lloyd | 2010-02-14 | 1 | -4/+4 |
| * | In SCAN_Name's constructor, first run the input through deref_alias before | lloyd | 2010-02-14 | 2 | -3/+5 |
| * | Correct passhash9 vector for recent format changes (longer salt+PRF output, a... | lloyd | 2010-02-14 | 1 | -2/+3 |
| * | Fix passhash9 test for updated API and macro name | lloyd | 2010-02-14 | 1 | -6/+6 |
| * | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
| * | Fix leaks in several of the cipher mode filters. Introduced by the | lloyd | 2010-02-14 | 4 | -2/+12 |
| * | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 7 | -110/+219 |
| * | Fix some buffering and off-by-one errors in Buffering_Filter::write | lloyd | 2010-02-03 | 1 | -19/+10 |
| * | MD4's M buffer was set to be 48 words instead of 16. This had been | lloyd | 2010-02-03 | 2 | -1/+2 |
| * | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 20 | -28/+44 |
| * | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 5 | -19/+64 |
| * | Password hashing is a pretty useful service, really. Move the guts of | lloyd | 2010-02-01 | 5 | -58/+133 |
| * | Document S2K change | lloyd | 2010-02-01 | 1 | -0/+1 |
| * | Remove include of rng.h in s2k.h since it is no longer used. Add an | lloyd | 2010-02-01 | 3 | -2/+1 |
| * | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 18 | -211/+150 |
| * | Lowercase DOCDIR to match common conventions | lloyd | 2010-01-29 | 3 | -3/+3 |
| * | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
| * | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
| * | Remove debug check | lloyd | 2010-01-27 | 1 | -7/+10 |
| * | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 2 | -9/+7141 |
| * | Remove global variable | lloyd | 2010-01-22 | 2 | -4/+2 |
| * | Prevent a crash in GMP_Engine if the library is shutdown and then | lloyd | 2010-01-22 | 3 | -12/+18 |
| * | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 8 | -0/+727 |
| * | s/j/i/ in loop | lloyd | 2010-01-21 | 1 | -2/+2 |
| * | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 3 | -38/+15 |
| * | Ignore example binaries | lloyd | 2010-01-19 | 1 | -0/+1 |
| * | Fix cpuid example | lloyd | 2010-01-19 | 1 | -1/+0 |
| * | Add OID for Serpent/CBC | lloyd | 2010-01-19 | 1 | -0/+1 |
| * | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 8 | -2/+2230 |