aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove Exception::set_msg. Inline all exception constructors.lloyd2010-01-045-125/+90
| * | Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
| * | Move Tiger::mix to anon namespace lloyd2010-01-042-14/+17
| * | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d'lloyd2010-01-041-1/+2
| |\|
| | * 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
| |/
| * Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-319-21/+29
| * Fix POWER6 AltiVec detectionlloyd2009-12-301-0/+1
| * Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY.lloyd2009-12-303-7/+7
| * Remove BOTAN_DLL from forward decl, not needed and GCC 4.1 warnslloyd2009-12-301-1/+1
| * Buffered_Filter had virtual functions but not a virtual destructorlloyd2009-12-301-0/+2
| * Clean up AltiVec detection code. Add (untested) support for OS X AltiVeclloyd2009-12-301-53/+74
| * Use IS_XXX_FAMILY macros where usefullloyd2009-12-302-4/+3
| * New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefinedlloyd2009-12-296-0/+13
| * Mark read/write prefetches as such, instead of read-only prefetchlloyd2009-12-291-1/+1
| * Add doxygen commentslloyd2009-12-292-12/+52
| * Fix make doxygenlloyd2009-12-292-2/+2
| * Cleanuplloyd2009-12-283-15/+0
| * Kill buf_op - was basically the prototype for Buffering_Filter.lloyd2009-12-283-176/+0
| * Do ECB in parallel using Buffered_Filterlloyd2009-12-272-101/+102
| * Make Buffered_Filter a Filter mixin basically the same as Buffered_Operationlloyd2009-12-276-121/+154
| * buffered_proc_block is a mouthfullloyd2009-12-274-20/+20
| * Use consistent function names, allow inheritence instead of bindlloyd2009-12-274-27/+27
| * CBC decrypt on large blockslloyd2009-12-271-2/+4
| * Cleanuplloyd2009-12-271-10/+4
| * XTS encrypt + decrypt in parallellloyd2009-12-272-87/+129
| * XTS encryption using Buffered_Operation. Not parallel yet.lloyd2009-12-272-77/+62
| * propagate from branch 'net.randombit.botan' (head 5749645b3dc61c94f9b2980aa77...lloyd2009-12-275-63/+290
| |\
| | * propagate from branch 'net.randombit.botan' (head 79ed5b0f9057b2d40335e268fdb...lloyd2009-12-275-63/+290
| | |\
| | | * Implement CBC mode using Buffered_Operation. CBC decryption now runs inlloyd2009-12-272-63/+114
| | | * Add a generalized Buffered_Operation. Relies on tr1 for sane callbackslloyd2009-12-273-0/+176
| * | | Add debug source to build. Fix typo in source.lloyd2009-12-272-2/+1
| |/ /
| * / Add debug.h which is an internal-only header with debug functions thatlloyd2009-12-273-0/+65
| |/
| * Make startup self-test failures more verboselloyd2009-12-263-84/+93
| * Define lookup.{h,cpp} in terms of Algorithm_Factory. Inline a lot of simplelloyd2009-12-262-187/+123
| * Add OIDs for SEED/CBC and HMAC with SHAlloyd2009-12-261-0/+8
| * New SCAN decoding err string was misleading in one caselloyd2009-12-261-1/+4
| * Switch from TripleDES to AES-256 for private key encryption bylloyd2009-12-261-1/+1
| * Correct documentation about default_pbelloyd2009-12-261-6/+4
| * Improve exception output of SCAN_Name on bad inputlloyd2009-12-261-3/+5
* | propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8...lloyd2009-12-247-1/+562
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-167-1/+562
| |\
| | * Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-122-5/+105
| | * Bizarrely, there are two different OIDs for the same GOST 34.10 param set.lloyd2009-12-121-1/+1
| | * propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f999...lloyd2009-12-0850-485/+227
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 34214c6929f443c612c4de1886e...lloyd2009-11-247-1/+462
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-207-1/+462
| | | |\ \
| | | | * | Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-196-0/+461
| | | | * | Remove extra 'f' char in ostream outputlloyd2009-11-191-1/+1
* | | | | | Add/fix doxygen commentslloyd2009-12-241-5/+12