| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 5 | -125/+90 |
| * | | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
| * | | Move Tiger::mix to anon namespace | lloyd | 2010-01-04 | 2 | -14/+17 |
| * | | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d' | lloyd | 2010-01-04 | 1 | -1/+2 |
| |\| |
|
| | * | Fix compile; aes engine header is internal | lloyd | 2010-01-04 | 1 | -1/+2 |
| * | | Remove pshufb-based bswap_4; it causes problems too easily with external | lloyd | 2010-01-04 | 1 | -21/+1 |
| |/ |
|
| * | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 9 | -21/+29 |
| * | Fix POWER6 AltiVec detection | lloyd | 2009-12-30 | 1 | -0/+1 |
| * | Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY. | lloyd | 2009-12-30 | 3 | -7/+7 |
| * | Remove BOTAN_DLL from forward decl, not needed and GCC 4.1 warns | lloyd | 2009-12-30 | 1 | -1/+1 |
| * | Buffered_Filter had virtual functions but not a virtual destructor | lloyd | 2009-12-30 | 1 | -0/+2 |
| * | Clean up AltiVec detection code. Add (untested) support for OS X AltiVec | lloyd | 2009-12-30 | 1 | -53/+74 |
| * | Use IS_XXX_FAMILY macros where useful | lloyd | 2009-12-30 | 2 | -4/+3 |
| * | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefined | lloyd | 2009-12-29 | 6 | -0/+13 |
| * | Mark read/write prefetches as such, instead of read-only prefetch | lloyd | 2009-12-29 | 1 | -1/+1 |
| * | Add doxygen comments | lloyd | 2009-12-29 | 2 | -12/+52 |
| * | Fix make doxygen | lloyd | 2009-12-29 | 2 | -2/+2 |
| * | Cleanup | lloyd | 2009-12-28 | 3 | -15/+0 |
| * | Kill buf_op - was basically the prototype for Buffering_Filter. | lloyd | 2009-12-28 | 3 | -176/+0 |
| * | Do ECB in parallel using Buffered_Filter | lloyd | 2009-12-27 | 2 | -101/+102 |
| * | Make Buffered_Filter a Filter mixin basically the same as Buffered_Operation | lloyd | 2009-12-27 | 6 | -121/+154 |
| * | buffered_proc_block is a mouthful | lloyd | 2009-12-27 | 4 | -20/+20 |
| * | Use consistent function names, allow inheritence instead of bind | lloyd | 2009-12-27 | 4 | -27/+27 |
| * | CBC decrypt on large blocks | lloyd | 2009-12-27 | 1 | -2/+4 |
| * | Cleanup | lloyd | 2009-12-27 | 1 | -10/+4 |
| * | XTS encrypt + decrypt in parallel | lloyd | 2009-12-27 | 2 | -87/+129 |
| * | XTS encryption using Buffered_Operation. Not parallel yet. | lloyd | 2009-12-27 | 2 | -77/+62 |
| * | propagate from branch 'net.randombit.botan' (head 5749645b3dc61c94f9b2980aa77... | lloyd | 2009-12-27 | 5 | -63/+290 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 79ed5b0f9057b2d40335e268fdb... | lloyd | 2009-12-27 | 5 | -63/+290 |
| | |\ |
|
| | | * | Implement CBC mode using Buffered_Operation. CBC decryption now runs in | lloyd | 2009-12-27 | 2 | -63/+114 |
| | | * | Add a generalized Buffered_Operation. Relies on tr1 for sane callbacks | lloyd | 2009-12-27 | 3 | -0/+176 |
| * | | | Add debug source to build. Fix typo in source. | lloyd | 2009-12-27 | 2 | -2/+1 |
| |/ / |
|
| * / | Add debug.h which is an internal-only header with debug functions that | lloyd | 2009-12-27 | 3 | -0/+65 |
| |/ |
|
| * | Make startup self-test failures more verbose | lloyd | 2009-12-26 | 3 | -84/+93 |
| * | Define lookup.{h,cpp} in terms of Algorithm_Factory. Inline a lot of simple | lloyd | 2009-12-26 | 2 | -187/+123 |
| * | Add OIDs for SEED/CBC and HMAC with SHA | lloyd | 2009-12-26 | 1 | -0/+8 |
| * | New SCAN decoding err string was misleading in one case | lloyd | 2009-12-26 | 1 | -1/+4 |
| * | Switch from TripleDES to AES-256 for private key encryption by | lloyd | 2009-12-26 | 1 | -1/+1 |
| * | Correct documentation about default_pbe | lloyd | 2009-12-26 | 1 | -6/+4 |
| * | Improve exception output of SCAN_Name on bad input | lloyd | 2009-12-26 | 1 | -3/+5 |
* | | propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8... | lloyd | 2009-12-24 | 7 | -1/+562 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 7 | -1/+562 |
| |\ |
|
| | * | Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_ | lloyd | 2009-12-12 | 2 | -5/+105 |
| | * | Bizarrely, there are two different OIDs for the same GOST 34.10 param set. | lloyd | 2009-12-12 | 1 | -1/+1 |
| | * | propagate from branch 'net.randombit.botan' (head 142a9359ba02d5dfcf3f2c9f999... | lloyd | 2009-12-08 | 50 | -485/+227 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 34214c6929f443c612c4de1886e... | lloyd | 2009-11-24 | 7 | -1/+462 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100... | lloyd | 2009-11-20 | 7 | -1/+462 |
| | | |\ \ |
|
| | | | * | | Add an implementation of GOST 34.10-2001 as described in | lloyd | 2009-11-19 | 6 | -0/+461 |
| | | | * | | Remove extra 'f' char in ostream output | lloyd | 2009-11-19 | 1 | -1/+1 |
* | | | | | | Add/fix doxygen comments | lloyd | 2009-12-24 | 1 | -5/+12 |